Skip to content

Commit d577805

Browse files
authored
Update issue templates
1 parent ae2e928 commit d577805

File tree

4 files changed

+103
-0
lines changed

4 files changed

+103
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom / Miscellaneous
3+
about: A custom Issue template to use if the other options do not fit.
4+
title: "[MISC] "
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Report Bug
3+
about: Create an Issue to report a bug with/about the library.
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: goverfl0w
7+
8+
---
9+
10+
**Describe the bug**
11+
Please give us an in-depth description of the bug you're having.
12+
13+
**Reproducing steps**
14+
These are the steps I took in order to produce this bug, which should be able to be reproduced for everyone else as well.
15+
16+
1. Import the module in Python.
17+
2. Create a client variable for the library.
18+
3. Try creating a slash command.
19+
4. See the traceback error given in the terminal or logger file.
20+
21+
**What's normally expected**
22+
When I create a slash command, the command should be created and functional.
23+
24+
**What actually happened**
25+
Instead, I received this traceback error given from my Python terminal:
26+
27+
```
28+
Traceback (most recent call last):
29+
File "A:\Amogus\Python\interactions-bot\main.py", line 6
30+
raise SussyBaka("your code doesn't work, silly!")
31+
^
32+
33+
SussyBaka: your code doesn't work, silly!
34+
```
35+
36+
**Versions**
37+
- [ ] I am using discord.py versions 1.7 and below with my code.
38+
- [ ] I am using 2.0 or higher, or a modified fork.
39+
- [ ] I am using dis-snek with my code.
40+
- [ ] I am not using any of the listed above and am using the library code alone.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Request Feature
3+
about: Create an Issue to suggest or propose implementing something(s).
4+
title: "[REQUEST] "
5+
labels: documentation, enhancement
6+
assignees: goverfl0w
7+
8+
---
9+
10+
**What is the feature you're proposing?**
11+
I would really like if we could introduce context menus into this library. They're very cool and fun to use.
12+
13+
**Additional Information**
14+
- [ ] My feature request is related to an existing Issue.
15+
- Issue (if referenceable):

0 commit comments

Comments
 (0)