mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add bug template
This commit is contained in:
parent
cea7d0b214
commit
9cee6488fe
45
.gitlab/issue_templates/Bug.md
Normal file
45
.gitlab/issue_templates/Bug.md
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
<!---
|
||||||
|
Please read this!
|
||||||
|
|
||||||
|
Before opening a new issue, make sure to search for keywords in the issues
|
||||||
|
filtered by the "Regression" or "Bug" label:
|
||||||
|
|
||||||
|
https://gitlab.com/aimber/ScreenPlay/issues?label_name%5B%5D=Bug
|
||||||
|
https://gitlab.com/aimber/ScreenPlay/issues?label_name%5B%5D=Regression
|
||||||
|
|
||||||
|
|
||||||
|
Verify the issue you're about to submit isn't a duplicate.
|
||||||
|
--->
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
|
(Summarize the bug encountered concisely)
|
||||||
|
|
||||||
|
### Steps to reproduce
|
||||||
|
|
||||||
|
(How one can reproduce the issue - this is very important)
|
||||||
|
|
||||||
|
### Example Project
|
||||||
|
|
||||||
|
(If possible, please create an example project here on GitLab.com that exhibits the problematic behaviour, and link to it here in the bug report)
|
||||||
|
|
||||||
|
(If you are using an older version of ScreenPlay, this will also determine whether the bug has been fixed in a more recent version)
|
||||||
|
|
||||||
|
### What is the current *bug* behavior?
|
||||||
|
|
||||||
|
(What actually happens)
|
||||||
|
|
||||||
|
### What is the expected *correct* behavior?
|
||||||
|
|
||||||
|
(What you should see instead)
|
||||||
|
|
||||||
|
### Relevant logs and/or screenshots
|
||||||
|
|
||||||
|
(Paste any relevant logs - please use code blocks (```) to format console output,
|
||||||
|
logs, and code as it's very hard to read otherwise.)
|
||||||
|
|
||||||
|
### Possible fixes
|
||||||
|
|
||||||
|
(If you can, link to the line of code that might be responsible for the problem)
|
||||||
|
|
||||||
|
/label ~Bug
|
Loading…
Reference in New Issue
Block a user