Merge branch 'severity-and-priority-rounding-rules-docs' into 'master'
Round P/S labels up, not down See merge request gitlab-org/gitlab-ce!22424
This commit is contained in:
commit
11152ddf3d
1 changed files with 7 additions and 0 deletions
|
@ -148,6 +148,9 @@ This label documents the planned timeline & urgency which is used to measure aga
|
|||
| ~P3 | Medium Priority | Within the next 3 releases (approx one quarter or 90 days) |
|
||||
| ~P4 | Low Priority | Anything outside the next 3 releases (more than one quarter or 120 days) |
|
||||
|
||||
If an issue seems to fall between two priority labels, assign it to the higher-
|
||||
priority label.
|
||||
|
||||
## Severity labels
|
||||
|
||||
Severity labels help us clearly communicate the impact of a ~bug on users.
|
||||
|
@ -159,6 +162,10 @@ Severity labels help us clearly communicate the impact of a ~bug on users.
|
|||
| ~S3 | Major Severity | Broken Feature, workaround acceptable | Can create merge requests only from the Merge Requests page, not through the Issue. |
|
||||
| ~S4 | Low Severity | Functionality inconvenience or cosmetic issue | Label colors are incorrect / not being displayed. |
|
||||
|
||||
If an issue seems to fall between two severity labels, even taking the
|
||||
[severity impact guidance](#severity-impact-guidance) into account, assign
|
||||
it to the higher-severity label.
|
||||
|
||||
### Severity impact guidance
|
||||
|
||||
Severity levels can be applied further depending on the facet of the impact; e.g. Affected customers, GitLab.com availability, performance and etc. The below is a guideline.
|
||||
|
|
Loading…
Reference in a new issue