Add issue templates.
This commit is contained in:
parent
c49aca13a4
commit
d46bfdf229
|
|
@ -0,0 +1,24 @@
|
||||||
|
## Quick Information
|
||||||
|
<!-- This is to help replicate the issue as closeley as possible !-->
|
||||||
|
- **Operating System:**
|
||||||
|
- **Application version**
|
||||||
|
|
||||||
|
## What Happened?
|
||||||
|
<!-- A brief description of what happened when you tried to perform an action !-->
|
||||||
|
|
||||||
|
## Expected result
|
||||||
|
<!-- What should have happened when you performed the actions !-->
|
||||||
|
|
||||||
|
## Steps to reproduce
|
||||||
|
<!-- List the steps required to produce the error. These should be as few as possible !-->
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
<!-- Any relevant screenshots which show the issue !-->
|
||||||
|
|
||||||
|
## Priority/Severity
|
||||||
|
<!-- Delete as appropriate. The priority and severity assigned may be different to this !-->
|
||||||
|
- [ ] High (anything that impacts the normal user flow or blocks app usage)
|
||||||
|
- [ ] Medium (anything that negatively affects the user experience)
|
||||||
|
- [ ] Low (anything else e.g., typos, missing icons, layout issues, etc.)
|
||||||
|
|
||||||
|
/label ~Bug
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
## Problem Statement
|
||||||
|
<!-- What is the issue being faced and needs addressing? !-->
|
||||||
|
|
||||||
|
## Who will benefit?
|
||||||
|
<!-- Will this fix a problem that only one user has, or will it benefit a lot of people !-->
|
||||||
|
|
||||||
|
## Benefits and risks
|
||||||
|
<!--
|
||||||
|
What benefits does this bring?
|
||||||
|
|
||||||
|
What risks might this introduce?
|
||||||
|
!-->
|
||||||
|
|
||||||
|
## Proposed solution
|
||||||
|
<!-- How would you like to see this issue resolved? !-->
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
<!-- Are there any examples of this which exist in other similar software? !-->
|
||||||
|
|
||||||
|
## Priority/Severity
|
||||||
|
<!-- Delete as appropriate. The priority and severity assigned may be different to this !-->
|
||||||
|
- [ ] High (This will bring a huge increase in performance/productivity/usability)
|
||||||
|
- [ ] Medium (This will bring a good increase in performance/productivity/usability)
|
||||||
|
- [ ] Low (anything else e.g., trivial, minor improvements)
|
||||||
|
|
||||||
|
/label ~Feature request
|
||||||
Loading…
Reference in New Issue