hubl/.gitlab/issue_templates/bug.md

49 lines
1018 B
Markdown
Raw Normal View History

2019-04-24 15:15:25 +00:00
/label ~BUG
2019-04-09 16:20:00 +00:00
2019-04-24 15:15:25 +00:00
### How is it now?
2019-04-09 16:20:00 +00:00
2019-04-24 15:15:25 +00:00
(What actually happens)
2019-04-09 16:20:00 +00:00
2019-04-24 15:15:25 +00:00
### How should it be?
2019-04-09 16:20:00 +00:00
2019-04-24 15:15:25 +00:00
(What you should see instead)
2019-04-09 16:20:00 +00:00
2019-04-24 15:15:25 +00:00
### Steps to reproduce
2019-04-09 16:20:00 +00:00
2019-04-24 15:15:25 +00:00
(How one can reproduce the issue - this is very important)
2019-04-09 16:20:00 +00:00
2019-05-03 09:27:32 +00:00
1. Step 1
2. Step 2
3. Step 3
2019-04-09 16:20:00 +00:00
### Relevant logs and/or screenshots
2019-04-24 15:15:25 +00:00
(Paste any relevant logs - please use code blocks to format console output,
2019-04-09 16:20:00 +00:00
logs, and code as it's very hard to read otherwise.)
### Severity
(Choose from the following list)
s1: a critical feature is broken: signup, login...
s2: a non-critical feature is broken, no workaround
s3: a feature is broken but there is a workaround
s4: it's annoying, but you can use it or only a few users are impacted
### Your Environment
(Include relevant details about the environment you experienced the bug in)
* Browser name and version:
* Operating System and version (desktop or mobile):
### Workaround
(Include a workaround for this bug - if relevant)
2019-04-09 16:20:00 +00:00
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
2019-04-24 15:15:25 +00:00