From cd8de5e86f698d2f099f41e0bc911a6d98fa216f Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 26 Aug 2022 18:30:45 +0200 Subject: [PATCH] Bug and feature template --- .github/ISSUE_TEMPLATE/bug.md | 37 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 19 ++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..3607311 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,37 @@ +--- + +name: "Bug" +about: "Use this if you found a bug in the bot." +title: "[BUG] " +ref: "main" +labels: + +- bug + +--- + + +**Commit number** + +**Bot varient** + +- [] Slash +- [] Legacy + +**Describe the issue** + +**Intended result** + +**Screenshots** + +**Steps to reproduce the issue** + +- +- +- +- + +**Did someone already report that bug?** + +- [] Yes +- [] No diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..142541b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,19 @@ +--- + +name: "Feature request" +about: "Use this if you want a new feature in the bot." +title: "[Feature request] " +ref: "main" +labels: + +- Feature request + +--- + +**Describe the feature you want** + + +**Did someone already request that feature?** + +- [] Yes +- [] No \ No newline at end of file