Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.