ENHANCEMENT: created issue_templates

This commit is contained in:
Jeroen De Meerleer 2022-06-24 14:17:33 +02:00
parent 01a68cd3bc
commit 63bbbde064
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 42 additions and 0 deletions

23
.github/issue_template/Bug.md vendored Normal file
View 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 ))

View 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 ))