diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-02-08 02:23:48 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-02-08 02:23:48 +0000 |
commit | 09bf2de137ff2b2476a0b52f3a4505631722af28 (patch) | |
tree | c84e20a87db6ab9f89787ca42aecd046972203e1 /.gitlab | |
parent | 912195ea1f8c14df2be8e500e5e702786fab99a9 (diff) | |
download | gitlab-ce-09bf2de137ff2b2476a0b52f3a4505631722af28.tar.gz |
Add quotes on label names
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Documentation.md | 10 |
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 |