diff options
author | Victor Wu <victor@gitlab.com> | 2017-10-03 17:52:40 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2017-10-03 17:52:40 +0000 |
commit | f94ce98409037b709d5dc0fa65c33936aea2e2de (patch) | |
tree | b1299b660139f4147ec8065b3c247ce91875e130 /PROCESS.md | |
parent | 244f631eb5c21bbf4f3dc3205139a98d91c97499 (diff) | |
download | gitlab-ce-f94ce98409037b709d5dc0fa65c33936aea2e2de.tar.gz |
regression with product labels
Diffstat (limited to 'PROCESS.md')
-rw-r--r-- | PROCESS.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PROCESS.md b/PROCESS.md index ed4e84dd0b6..5e65bb59246 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -197,6 +197,11 @@ month. When we say 'the most recent monthly release', this can refer to either the version currently running on GitLab.com, or the most recent version available in the package repositories. +A regression issue should be labeled with the appropriate [subject label](../CONTRIBUTING.md#subject-labels-wiki-container-registry-ldap-api-etc) +and [team label](../CONTRIBUTING.md#team-labels-ci-discussion-edge-platform-etc), +just like any other issue, to help GitLab team members focus on issues that are +relevant to [their area of responsibility](https://about.gitlab.com/handbook/engineering/workflow/#choosing-something-to-work-on). + ## Release retrospective and kickoff - [Retrospective](https://about.gitlab.com/handbook/engineering/workflow/#retrospective) |