summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMek Stittri <mstittri@gitlab.com>2018-04-16 23:00:20 -0700
committerMek Stittri <mstittri@gitlab.com>2018-04-17 12:36:46 -0700
commit3394d9538b70209ec6ccbafebeff377d82149e59 (patch)
tree7e1b53aa29b60cb8e913a337b4bcdce3f1034e6c /CONTRIBUTING.md
parentd897c2a2fce7d70777dcb15e5d5d740d7d7c92a8 (diff)
downloadgitlab-ce-3394d9538b70209ec6ccbafebeff377d82149e59.tar.gz
Address Douwe, Sean and Rémy comments
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md24
1 files changed, 17 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 633e0b7777e..3a13b804319 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -208,13 +208,23 @@ or ~"Stretch". Any open issue for a previous milestone should be labeled
Bug 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.
-| Label | Meaning | Estimate time to fix | Guidance |
-|-------|-----------------|------------------------------------------------------------------------|----------|
-| ~P1 | Immediate | Immediate hotfix to production | This would normally correspond to a S1 severity below |
-| ~P2 | Urgent Priority | The current release (regular & patch) | The issue is (almost) guaranteed to occur in the near future |
-| ~P3 | High Priority | The next release (regular & patch) | The issue is likely to occur in the near future |
-| ~P4 | Medium Priority | Within the next 3 major releases (1 quarter duration) | The issue _may_ occur but it's not likely |
-| ~P5 | Low Priority | Anything outside the next 3 major releases (the next quarter duration) | The issue is prominent but does not impact user workflow and a workaround if any is well documented |
+| Label | Meaning | Estimate time to fix | Guidance |
+|-------|-----------------|------------------------------------------------------------------|----------|
+| ~P1 | Immediate | Immediate hotfix to production | This would normally correspond to a S1 severity below |
+| ~P2 | Urgent Priority | The current release | |
+| ~P3 | High Priority | The next release | |
+| ~P4 | Medium Priority | Within the next 3 releases (1 quarter duration) | |
+| ~P5 | Low Priority | Anything outside the next 3 releases (the next quarter duration) | The issue is prominent but does not impact user workflow and a workaround if any is well documented |
+
+#### Team specific priority guidance
+
+| Label | Availability / Performance | Security |
+|-------|--------------------------------------------------------------|----------|
+| ~P1 | | |
+| ~P2 | The issue is (almost) guaranteed to occur in the near future | |
+| ~P3 | The issue is likely to occur in the near future | |
+| ~P4 | The issue _may_ occur but it's not likely | |
+| ~P5 | | |
### Bug Severity labels (~S1, ~S2, ~S3 & etc.)