diff options
author | Rémy Coutable <remy@rymai.me> | 2019-05-22 11:17:42 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-05-22 11:17:42 +0000 |
commit | c4d930e5f54e7da07c80cc028dfc0f5c08719146 (patch) | |
tree | bbe829e2e6d8aebbe27be43d10b3db403adae91a | |
parent | f2fa7f3976518eccccc52e59b25eab24bf46a7a0 (diff) | |
parent | 325f8590dbabee302136c669152c064aaec8093c (diff) | |
download | gitlab-ce-c4d930e5f54e7da07c80cc028dfc0f5c08719146.tar.gz |
Merge branch 'docs-issue-workflow-group-labels' into 'master'
Add group label docs to Issue Workflow
See merge request gitlab-org/gitlab-ce!28591
-rw-r--r-- | doc/development/contributing/issue_workflow.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/development/contributing/issue_workflow.md b/doc/development/contributing/issue_workflow.md index 0e1ab8663ed..fef94c0a4b5 100644 --- a/doc/development/contributing/issue_workflow.md +++ b/doc/development/contributing/issue_workflow.md @@ -121,6 +121,27 @@ The Stage labels are used to generate the [direction pages][direction-pages] aut [devops-stages]: https://about.gitlab.com/direction/#devops-stages [direction-pages]: https://about.gitlab.com/direction/ +## Group labels + +Group labels specify which [groups][structure-groups] the issue belongs to. + +Examples include: + +- ~"group:control" +- ~"group:editor" + +These labels should be mutually exclusive. If an issue belongs to multiple +groups, the most relevant should be used. + +Groups are nested beneath a particular stage, so only one stage label and one group label +should be applied to a single issue. You can find the groups listed in the +[Product Categories pages][product-categories]. For example, ~"group:control" and +~"group:framework" labels can be applied to issues related to the [Manage stage][manage-stage]. + +[structure-groups]: https://about.gitlab.com/company/team/structure/#groups +[product-categories]: https://about.gitlab.com/handbook/product/categories/ +[manage-stage]: https://about.gitlab.com/handbook/product/categories/#manage-stage + ## Release Scoping labels Release Scoping labels help us clearly communicate expectations of the work for the |