add(doc): add issue template
This commit is contained in:
parent
990941b76b
commit
2157ae2899
1 changed files with 22 additions and 0 deletions
22
.github/issue_template.md
vendored
Normal file
22
.github/issue_template.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Launch bot
|
||||||
|
3. Type command '...'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- OS: [e.g. Debian]
|
||||||
|
- Python Version [e.g. 3.7.4]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
Loading…
Reference in a new issue