Add note about Severity labels to bug template (#2195)
* Add note about Severity labels to bug template * typo
This commit is contained in:
parent
02b6cfc175
commit
690dc365f5
1 changed files with 5 additions and 0 deletions
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -31,3 +31,8 @@ If applicable, add screenshots to elaborate on the problem.
|
|||
## Additional context
|
||||
|
||||
Add any other context about the problem here.
|
||||
|
||||
Also set the Severity using the *Sev/1*, *Sev/2* or *Sev/3* labels as best you can:
|
||||
* Sev/1: Issue affects critical functionality without a workaround
|
||||
* Sev/2: Issue affects major functionality with a difficult or non-obvious workaround
|
||||
* Sev/3: Issue affects minor, non-critical functionality
|
||||
|
|
Loading…
Reference in a new issue