summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMek Stittri <mstittri@gitlab.com>2019-06-13 21:50:34 +0000
committerMek Stittri <mstittri@gitlab.com>2019-06-13 21:50:34 +0000
commit26586209890d1b36b4e0eb7591d881e460a46d7f (patch)
treed7c24b9ee4f8fae5139353fed0c154d656d8ed3f
parent21bf85553d257f0e1d80e63931ef7585c2afdae6 (diff)
parent54e9889e93595b147a4c40e29d8a1adcc96c2dba (diff)
downloadgitlab-ce-26586209890d1b36b4e0eb7591d881e460a46d7f.tar.gz
Merge branch 'target-slo-defects' into 'master'
Change SLA to target SLO for bugs and defects See merge request gitlab-org/gitlab-ce!29615
-rw-r--r--doc/development/contributing/issue_workflow.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/contributing/issue_workflow.md b/doc/development/contributing/issue_workflow.md
index e3a1dc711fd..0396f7ebc45 100644
--- a/doc/development/contributing/issue_workflow.md
+++ b/doc/development/contributing/issue_workflow.md
@@ -163,9 +163,9 @@ or ~"Stretch". Any open issue for a previous milestone should be labeled
Priority labels help us define the time a ~bug fix should be completed. Priority determines how quickly the defect turnaround time must be.
If there are multiple defects, the priority decides which defect has to be fixed immediately versus later.
-This label documents the planned timeline & urgency which is used to measure against our actual SLA on delivering ~bug fixes.
+This label documents the planned timeline & urgency which is used to measure against our target SLO on delivering ~bug fixes.
-| Label | Meaning | Defect SLA (applies only to ~bug and ~security defects) |
+| Label | Meaning | Target SLO (applies only to ~bug and ~security defects) |
|-------|-----------------|----------------------------------------------------------------------------|
| ~P1 | Urgent Priority | The current release + potentially immediate hotfix to GitLab.com (30 days) |
| ~P2 | High Priority | The next release (60 days) |