parent
01a68cd3bc
commit
63bbbde064
2 changed files with 42 additions and 0 deletions
@ -0,0 +1,23 @@ |
||||
--- |
||||
|
||||
name: "Bug" |
||||
about: "Release a bug from the system" |
||||
title: "Bug: (( Short description of the bug ))" |
||||
ref: "main" |
||||
labels: |
||||
|
||||
- bug |
||||
|
||||
--- |
||||
|
||||
(( Long description of the bug )) |
||||
|
||||
## Steps to reproduce |
||||
1. (( Step by step instructions of how to trigger the bug )) |
||||
2. (( Overly logical steps like "log in to the app" may be included and are not considered as waste of disk space )) |
||||
|
||||
## Expected results |
||||
* (( Expected results of when applying the steps to reproduce )) |
||||
|
||||
## Actual results |
||||
* (( Actual results of when applying the steps to reproduce )) |
@ -0,0 +1,19 @@ |
||||
--- |
||||
|
||||
name: "Feature request" |
||||
about: "Request a new feature" |
||||
title: "Feature request: (( Short description of the feature ))" |
||||
ref: "main" |
||||
labels: |
||||
|
||||
- enhancement |
||||
|
||||
--- |
||||
|
||||
(( Long description of the feature )) |
||||
|
||||
## Why do we need this? |
||||
(( Reasons why this feature is needed )) |
||||
|
||||
## Design |
||||
(( Description of how this technically or functionally may be implemented )) |
Loading…
Reference in new issue