diff options
author | Mek Stittri <mstittri@gitlab.com> | 2018-04-18 11:02:52 -0700 |
---|---|---|
committer | Mek Stittri <mstittri@gitlab.com> | 2018-04-18 11:02:52 -0700 |
commit | 1e2659d69c995f0f7de994dd59dc68f11c304252 (patch) | |
tree | 4759608d6cd47613b2e0c8c3684734d6ff278f12 /CONTRIBUTING.md | |
parent | 5fbfa62b07ea500f9068b80af961c6f3a2ede9e0 (diff) | |
download | gitlab-ce-1e2659d69c995f0f7de994dd59dc68f11c304252.tar.gz |
Removed one priority layer
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 65dc2281dd5..02599907af7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -210,11 +210,10 @@ This label documents the planned timeline & urgency which is used to measure aga | Label | Meaning | Estimate time to fix | Guidance | |-------|-----------------|------------------------------------------------------------------|----------| -| ~P1 | Immediate | Immediate hotfix (outside of the normal release process) | This would normally correspond to a S1 severity below | -| ~P2 | Urgent Priority | The current release | | -| ~P3 | High Priority | The next release after the current release | | -| ~P4 | Medium Priority | Within the next 3 releases (approx one quarter) | | -| ~P5 | Low Priority | Anything outside the next 3 releases (approx beyond one quarter) | The issue is prominent but does not impact user workflow and a workaround is documented | +| ~P1 | Urgent Priority | The current release | | +| ~P2 | High Priority | The next release | | +| ~P3 | Medium Priority | Within the next 3 releases (approx one quarter) | | +| ~P4 | Low Priority | Anything outside the next 3 releases (approx beyond one quarter) | The issue is prominent but does not impact user workflow and a workaround is documented | #### Specific Priority guidance @@ -224,7 +223,6 @@ This label documents the planned timeline & urgency which is used to measure aga | ~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.) |