diff options
author | Rémy Coutable <remy@rymai.me> | 2019-08-21 14:49:26 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-08-27 12:24:25 +0200 |
commit | ae467503ce93e8d1788c1e9a4e04e0e4b6edc2bf (patch) | |
tree | 1f708d6ba9f6d703a903e0738583824ca1f6dea3 /PROCESS.md | |
parent | f5fa604c3e6ae3fd6915480b96a3c956cdcfcb8f (diff) | |
download | gitlab-ce-ae467503ce93e8d1788c1e9a4e04e0e4b6edc2bf.tar.gz |
Improve documentation of stage, group, category, feature labels
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'PROCESS.md')
-rw-r--r-- | PROCESS.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PROCESS.md b/PROCESS.md index 22b68b0aaca..f0a82838f62 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -267,9 +267,7 @@ The two scenarios below can [bypass the exception request in the release process When a bug is found: 1. Create an issue describing the problem in the most detailed way possible. 1. If possible, provide links to real examples and how to reproduce the problem. -1. Label the issue properly, using the [team label](https://docs.gitlab.com/ee/development/contributing/issue_workflow.html#team-labels), - the [subject label](https://docs.gitlab.com/ee/development/contributing/issue_workflow.html#subject-labels) - and any other label that may apply in the specific case +1. Label the issue properly, by respecting the [Partial triage level](https://about.gitlab.com/handbook/engineering/issue-triage/#partial-triage). 1. Notify the respective Engineering Manager to evaluate and apply the [Severity label](https://docs.gitlab.com/ee/development/contributing/issue_workflow.html#severity-labels) and [Priority label](https://docs.gitlab.com/ee/development/contributing/issue_workflow.html#priority-labels). The counterpart Product Manager is included to weigh-in on prioritization as needed. 1. If the ~bug is **NOT** a regression: |