Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nirokay authored Aug 11, 2022
1 parent 2c36bba commit 16181fb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 10 deletions.
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
---
name: Bug report
about: Create a report to help us improve
title: Untitled Bug Report
about: Report a bug, that you want to be fixed!
title: Unnamed Bug Report
labels: bug
assignees: NiroUwU

---

Please describe what the issue is, which command caused it and under which circumstances.
(Screenshots highly welcomed!)
**When does the issue occur?**
for example: "happens when executing xyz command"
...

**What happens and what would be the expected result?**
for example: "it should do xyz, but it does zyx"
...

**Additional Descriprion:**
...
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
about: Suggest an idea or feature
title: Unnamed Feature Request
labels: enhancement
assignees: NiroUwU

---

Please describe what you would want in the bot.
Command suggestions and other suggestions are welcomed!
**Describe what you would like to be changed/added:**
...

**Please explain why you would want to have this changed/added:**
...

**Additional description:**
...
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/other-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Other Report
about: Use this, if you don't feel like other categories match for reporting.
title: Unspecified Report
labels: other
assignees: NiroUwU

---

**Describe your report here:**
...

0 comments on commit 16181fb

Please sign in to comment.