summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Fletcher <markglenfletcher@googlemail.com>2019-05-23 09:37:55 +0000
committerMark Fletcher <markglenfletcher@googlemail.com>2019-05-23 09:37:55 +0000
commit19f202ca8352e19da0905cd0e12cbe92bc3bcac1 (patch)
tree1a50f0b4ad3f8bf599d4ee182e395f9d7124ad03
parentf59a63115e4dada039b9bc098a50fae2589f2ece (diff)
downloadgitlab-ce-19f202ca8352e19da0905cd0e12cbe92bc3bcac1.tar.gz
Group labels are now scoped labels
-rw-r--r--doc/development/contributing/issue_workflow.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/contributing/issue_workflow.md b/doc/development/contributing/issue_workflow.md
index fef94c0a4b5..5020c065abc 100644
--- a/doc/development/contributing/issue_workflow.md
+++ b/doc/development/contributing/issue_workflow.md
@@ -127,8 +127,8 @@ Group labels specify which [groups][structure-groups] the issue belongs to.
Examples include:
-- ~"group:control"
-- ~"group:editor"
+- ~"group::control"
+- ~"group::editor"
These labels should be mutually exclusive. If an issue belongs to multiple
groups, the most relevant should be used.