diff options
Diffstat (limited to 'PROCESS.md')
-rw-r--r-- | PROCESS.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/PROCESS.md b/PROCESS.md index 23f800d70f5..bbb239800ad 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -253,8 +253,9 @@ When a regression is found: 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" + - 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" + - If the regression is ~S3 or ~S4, it can be scheduled for later milestones When a new issue is found, the fix should start as soon as possible. You can ping the Engineering Manager or the Product Manager for the relative area to |