summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-02-08 02:23:48 +0000
committerMike Lewis <mlewis@gitlab.com>2019-02-08 02:23:48 +0000
commit09bf2de137ff2b2476a0b52f3a4505631722af28 (patch)
treec84e20a87db6ab9f89787ca42aecd046972203e1 /.gitlab/issue_templates
parent912195ea1f8c14df2be8e500e5e702786fab99a9 (diff)
downloadgitlab-ce-09bf2de137ff2b2476a0b52f3a4505631722af28.tar.gz
Add quotes on label names
Diffstat (limited to '.gitlab/issue_templates')
-rw-r--r--.gitlab/issue_templates/Documentation.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab/issue_templates/Documentation.md b/.gitlab/issue_templates/Documentation.md
index 6276176c872..00054138473 100644
--- a/.gitlab/issue_templates/Documentation.md
+++ b/.gitlab/issue_templates/Documentation.md
@@ -13,19 +13,19 @@
<!-- Un-comment the lines for the applicable doc issue type and delete the others. -->
-<!-- /label ~docs:fix
+<!-- /label ~"docs:fix"
Correction or clarification needed. -->
-<!-- /label ~docs:new
+<!-- /label ~"docs:new"
New doc needed to cover a new topic or use case. -->
-<!-- /label ~docs:improvement
+<!-- /label ~"docs:improvement"
Improving an existing doc; e.g. adding a diagram, adding or rewording text, resolving redundancies, cross-linking, etc. -->
-<!-- /label ~docs:revamp
+<!-- /label ~"docs:revamp"
Review a page or group of pages in order to plan and implement major improvements/rewrites. -->
-<!-- /label ~docs:other
+<!-- /label ~"docs:other"
Anything else. -->
### Problem to solve