Bug and feature template
This commit is contained in:
parent
769784239d
commit
cd8de5e86f
2 changed files with 56 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
|
@ -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
|
19
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue