Skip to content

Commit 3bf8c49

Browse files
authored
Update issue templates
1 parent a111e1f commit 3bf8c49

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug Report
3+
about: Something is broken!
4+
title: ''
5+
labels: bug
6+
assignees: PhasecoreX
7+
8+
---
9+
10+
<!--
11+
Before submitting a bug report, check to see if any of the following fixes your issue:
12+
13+
- Make sure you are using the most up-to-date image.
14+
- Try stopping the container, deleting the `venv` folder in `/data` (ONLY the `venv` folder!), and then restarting the container.
15+
16+
Thanks!
17+
-->
18+
19+
**Describe the bug**
20+
A clear and concise description of what the bug is.
21+
22+
**Run command**
23+
```
24+
The Docker command/docker-compose.yml you are using to start the bot.
25+
Be sure to censor your bot token (or any other sensitive info) if it is present!
26+
```
27+
28+
**Environment info:**
29+
What system are you running Docker on?
30+
31+
**Additional context**
32+
Add any other context about the problem here. A more in-depth description, logs, screenshots, whatever.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature Request
3+
about: I know how to make this image better!
4+
title: ''
5+
labels: enhancement
6+
assignees: PhasecoreX
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)