-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
55807f7
commit df6204d
Showing
3 changed files
with
48 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: 'Bug in (feature): [title]' | ||
labels: bug | ||
assignees: SeveralCircles | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
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. | ||
|
||
**Client** | ||
Please let us know if this issue was experienced with the upstream instance of Flames or if you are experiencing this issue on your own instance. If you are experiencing this on your own instance, please tell us what operating system you are using, as well as any other important details about your setup. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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
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,17 @@ | ||
--- | ||
name: Quality of Life Issue | ||
about: Describe this issue template's purpose here. | ||
title: Quality of Life Issue in (feature) | ||
labels: '' | ||
assignees: SeveralCircles | ||
|
||
--- | ||
|
||
**Feature** | ||
Describe the feature(s) this issue impacts. | ||
|
||
**Current System** | ||
Briefly describe the current system and the issue you have with it. | ||
|
||
**Proposed System** | ||
Describe how you think this feature *should* work. Provide detailed descriptions and, if you want, add a mock-up image. |