Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
SeveralCircles authored Oct 11, 2021
1 parent 55807f7 commit df6204d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: 'Feature Request: [title]'
labels: enhancement
assignees: SeveralCircles

Expand Down
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/quality-of-life-issue.md
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.

0 comments on commit df6204d

Please sign in to comment.