Fix #299: Added bug and feature issue templates
This commit is contained in:
parent
e953468e69
commit
1f5e596883
3 changed files with 83 additions and 0 deletions
43
.gitlab/issue_templates/Bug.md
Normal file
43
.gitlab/issue_templates/Bug.md
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<!--
|
||||
Hi there! You are reporting a bug on this project, and we want to thank you!
|
||||
|
||||
To ensure your bug report is as useful as possible, please try to stick
|
||||
to the following structure. You can leave the parts text between `<!- ->`
|
||||
markers untouched, they won't be displayed in your final message.
|
||||
|
||||
Please do not edit the following line, it's used for automatic classification
|
||||
-->
|
||||
|
||||
/label ~"Type: Bug" ~"Status: Need triage"
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
<!--
|
||||
Describe the steps to reproduce the issue, like:
|
||||
|
||||
1. Visit the page at /artists/
|
||||
2. Type that
|
||||
3. Submit
|
||||
-->
|
||||
|
||||
## What happens?
|
||||
|
||||
<!--
|
||||
Describe what happens once the previous steps are completed.
|
||||
-->
|
||||
|
||||
## What is expected?
|
||||
|
||||
<!--
|
||||
Describe the expected behaviour.
|
||||
-->
|
||||
|
||||
## Context
|
||||
|
||||
<!--
|
||||
If relevant, share additional context here like:
|
||||
|
||||
- Browser type and version (for front-end bugs)
|
||||
- Instance configuration (Docker/non-docker, nginx/apache as proxy, etc.)
|
||||
- Error messages, screenshots and logs
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue