summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-06-28 13:40:26 +0000
committerRémy Coutable <remy@rymai.me>2019-06-28 13:40:26 +0000
commit3fe7c990ce8ff50f96f12175f8d9cce89f4919a4 (patch)
treec5bc8239377897d6b08a790603a3e68a9ae92398
parente673001442b0ee7d56b36e09739f4efa8b06152e (diff)
parent8f506305e27928ef237686b4872a67ca2c948374 (diff)
downloadgitlab-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.md5
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