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