From cd8de5e86f698d2f099f41e0bc911a6d98fa216f Mon Sep 17 00:00:00 2001 From: Supositware <sup@libtar.de> 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 + +--- + +<!-- Please provide the commit of the bot at the time of the report. You can find it by doing /about or haha about. --> +**Commit number** + +**Bot varient** +<!-- Put a x between the brackets to signify the version you used. --> +- [] Slash <!-- The current and latest version that use the slash commands. --> +- [] Legacy <!-- The old version of the bot with the "haha" prefix. --> + +**Describe the issue** + +**Intended result** + +**Screenshots** + +**Steps to reproduce the issue** + +- +- +- +- + +**Did someone already report that bug?** + +- [] Yes <!-- If you have to put yes you don't need to submit that feature request. --> +- [] 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 <!-- If you have to put yes you don't need to submit that feature request. --> +- [] No \ No newline at end of file