Skip to content

Commit 550f557

Browse files
author
Mek Stittri
committed
Merge branch 'priority-bug-sla-clarity' into 'master'
Clarify SLA for defects See merge request gitlab-org/gitlab-ce!22229
2 parents f9bedcf + 6d69ff6 commit 550f557

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/development/contributing/issue_workflow.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ Priority labels help us define the time a ~bug fix should be completed. Priority
108108
If there are multiple defects, the priority decides which defect has to be fixed immediately versus later.
109109
This label documents the planned timeline & urgency which is used to measure against our actual SLA on delivering ~bug fixes.
110110

111-
| Label | Meaning | Estimate time to fix |
112-
|-------|-----------------|------------------------------------------------------------------|
113-
| ~P1 | Urgent Priority | The current release + potentially immediate hotfix to GitLab.com |
114-
| ~P2 | High Priority | The next release |
115-
| ~P3 | Medium Priority | Within the next 3 releases (approx one quarter) |
116-
| ~P4 | Low Priority | Anything outside the next 3 releases (approx beyond one quarter) |
111+
| Label | Meaning | Defect SLA (applies only to ~bug and ~security defects) |
112+
|-------|-----------------|----------------------------------------------------------------------------|
113+
| ~P1 | Urgent Priority | The current release + potentially immediate hotfix to GitLab.com (30 days) |
114+
| ~P2 | High Priority | The next release (60 days) |
115+
| ~P3 | Medium Priority | Within the next 3 releases (approx one quarter or 90 days) |
116+
| ~P4 | Low Priority | Anything outside the next 3 releases (more than one quarter or 120 days) |
117117

118118
## Severity labels
119119

0 commit comments

Comments
 (0)