Update .gitlab/issue_templates/bug.md

This commit is contained in:
Rachel 2020-02-12 17:27:07 +00:00
parent 2fffb9b408
commit d0d55b5c47
1 changed files with 5 additions and 25 deletions

View File

@ -1,16 +1,12 @@
/label ~BUG
### How is it now?
### What's happening?
(What actually happens)
### How should it be?
(What you should see instead)
*Describe in a few words what's happening*
### Steps to reproduce
(How one can reproduce the issue - this is very important)
*How one can reproduce the issue - this is very important*
1. Step 1
2. Step 2
@ -18,17 +14,7 @@
### 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.)
### 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
*If possible, please add a screenshot.*
### Your Environment
@ -37,12 +23,6 @@ s4: it's annoying, but you can use it or only a few users are impacted
* Browser name and version:
* Operating System and version (desktop or mobile):
### Workaround
(Include a workaround for this bug - if relevant)
### Possible fixes
(If you can, link to the line of code that might be responsible for the problem)