ENHANCEMENT: created issue_templates
This commit is contained in:
parent
01a68cd3bc
commit
63bbbde064
23
.github/issue_template/Bug.md
vendored
Normal file
23
.github/issue_template/Bug.md
vendored
Normal file
@ -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 ))
|
19
.github/issue_template/Feature request.md
vendored
Normal file
19
.github/issue_template/Feature request.md
vendored
Normal file
@ -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…
x
Reference in New Issue
Block a user