diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-02-07 21:02:43 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-02-07 21:02:43 +0000 |
commit | 912195ea1f8c14df2be8e500e5e702786fab99a9 (patch) | |
tree | d72f712cc388d75e3ffccb54074788eec65a0d3f /.gitlab | |
parent | 53ea8b1c40cc16d88bf7faa7a4490a13c60f9c13 (diff) | |
download | gitlab-ce-912195ea1f8c14df2be8e500e5e702786fab99a9.tar.gz |
Update Doc issue template to use /label for types
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Documentation.md | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/.gitlab/issue_templates/Documentation.md b/.gitlab/issue_templates/Documentation.md index 50b6485b628..6276176c872 100644 --- a/.gitlab/issue_templates/Documentation.md +++ b/.gitlab/issue_templates/Documentation.md @@ -11,14 +11,23 @@ ### Type of issue -Add the relevant label: - -- `docs:fix` - Correction or clarification needed. -- `docs:new` - New doc needed to cover a new topic or use case. -- `docs:improvement` - Improving an existing doc; e.g. adding a diagram, adding or rewording text, resolving redundancies, cross-linking, etc. -- `docs:revamp` - Review a page or group of pages in order to plan and implement major improvements/rewrites. -- `docs:other` - Anything else. - +<!-- Un-comment the lines for the applicable doc issue type and delete the others. --> + +<!-- /label ~docs:fix + Correction or clarification needed. --> + +<!-- /label ~docs:new + New doc needed to cover a new topic or use case. --> + +<!-- /label ~docs:improvement + Improving an existing doc; e.g. adding a diagram, adding or rewording text, resolving redundancies, cross-linking, etc. --> + +<!-- /label ~docs:revamp + Review a page or group of pages in order to plan and implement major improvements/rewrites. --> + +<!-- /label ~docs:other + Anything else. --> + ### Problem to solve <!-- Include the following detail as necessary: |