Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbikebilly <fabio@gitlab.com>2018-06-18 15:50:45 +0300
committerbikebilly <fabio@gitlab.com>2018-06-18 15:50:45 +0300
commit07d1a7f012a6e04b5b36712685cccfb95e6dc1c4 (patch)
tree1c0a36e4c8b97c6eb970444ca7bfe1e54479a8dc /PROCESS.md
parent2e88192bb329353630207ef7843e0c47ea11519b (diff)
Update regression labeling
Diffstat (limited to 'PROCESS.md')
-rw-r--r--PROCESS.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/PROCESS.md b/PROCESS.md
index a1c2337be0c..23f800d70f5 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -249,9 +249,10 @@ When a regression is found:
the [subject label](../CONTRIBUTING.md#subject-labels-wiki-container-registry-ldap-api-etc)
and any other label that may apply in the specific case
1. Add the ~bug and ~regression labels
-1. Evaluate the Severity of the regression and add a Severity level
-1. Add the proper milestone and priority label:
- - If the regression is ~S1 or ~S2, label set the current milestone
+1. Evaluate the severity and add a [Severity label](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#bug-severity-labels-s1-s2-s3-s4)
+1. Evaluate the priority and add a [Priority label](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#bug-priority-labels-p1-p2-p3-p4)
+1. Schedule the issue in order to get it fixed as soon as possible, based on severity and priority, following these guidelines:
+ - If the regression is ~S1 or ~S2, set the current milestone
- If the regression was introduced in a RC of the current release, label with ~Deliverable
- If the regression was introduced in the previos release, label with ~"Next Patch Release"