diff options
author | Rémy Coutable <remy@rymai.me> | 2019-06-28 13:40:26 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-06-28 13:40:26 +0000 |
commit | 3fe7c990ce8ff50f96f12175f8d9cce89f4919a4 (patch) | |
tree | c5bc8239377897d6b08a790603a3e68a9ae92398 | |
parent | e673001442b0ee7d56b36e09739f4efa8b06152e (diff) | |
parent | 8f506305e27928ef237686b4872a67ca2c948374 (diff) | |
download | gitlab-ce-3fe7c990ce8ff50f96f12175f8d9cce89f4919a4.tar.gz |
Merge branch 'docs-update-subject-label-issue-workflow' into 'master'
Update issue workflow for subject labels
See merge request gitlab-org/gitlab-ce!30164
-rw-r--r-- | doc/development/contributing/issue_workflow.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/development/contributing/issue_workflow.md b/doc/development/contributing/issue_workflow.md index 2f1ad5fa910..db426dec5e4 100644 --- a/doc/development/contributing/issue_workflow.md +++ b/doc/development/contributing/issue_workflow.md @@ -43,6 +43,10 @@ The descriptions on the [labels page][labels-page] explain what falls under each Subject labels are labels that define what area or feature of GitLab this issue hits. They are not always necessary, but very convenient. +Subject labels are now used to infer and apply relevant group and devops stage +labels. Please apply them whenever possible to facilitate accurate matching. +Please refer to [this merge request][inferred-labels] for more information. + Examples of subject labels are ~wiki, ~ldap, ~api, ~issues, ~"merge requests", ~labels, and ~"Container Registry". @@ -444,3 +448,4 @@ A recent example of this was the issue for [labels-page]: https://gitlab.com/gitlab-org/gitlab-ce/labels [ce-tracker]: https://gitlab.com/gitlab-org/gitlab-ce/issues [ee-tracker]: https://gitlab.com/gitlab-org/gitlab-ee/issues +[inferred-labels]: https://gitlab.com/gitlab-org/quality/triage-ops/merge_requests/155 |