diff options
| author | Mark Fletcher <markglenfletcher@googlemail.com> | 2019-05-23 09:37:55 +0000 |
|---|---|---|
| committer | Mark Fletcher <markglenfletcher@googlemail.com> | 2019-05-23 09:37:55 +0000 |
| commit | 19f202ca8352e19da0905cd0e12cbe92bc3bcac1 (patch) | |
| tree | 1a50f0b4ad3f8bf599d4ee182e395f9d7124ad03 /doc/development/contributing | |
| parent | f59a63115e4dada039b9bc098a50fae2589f2ece (diff) | |
| download | gitlab-ce-19f202ca8352e19da0905cd0e12cbe92bc3bcac1.tar.gz | |
Group labels are now scoped labels
Diffstat (limited to 'doc/development/contributing')
| -rw-r--r-- | doc/development/contributing/issue_workflow.md | 4 |
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. |
