-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:** | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:** | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:** | ||
... |