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:
authorMike Lewis <mlewis@gitlab.com>2019-01-17 21:10:07 +0300
committerMike Lewis <mlewis@gitlab.com>2019-01-17 21:10:07 +0300
commit103243c9f9fcc46250fe2ce1bee5fba44743ac1a (patch)
tree5b38372bb247d376ce05bf62099ca4ad92170cc0 /.gitlab
parent19561b14fedb10828d49b721a34e7e6ea23ab4df (diff)
Updates to Documentation.md
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Documentation.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab/issue_templates/Documentation.md b/.gitlab/issue_templates/Documentation.md
index 663e6f33c40..98077338def 100644
--- a/.gitlab/issue_templates/Documentation.md
+++ b/.gitlab/issue_templates/Documentation.md
@@ -1,7 +1,5 @@
<!--
-* Mention "documentation" or "docs" as part of the issue title
-
* Use this description template for suggesting new docs or updates to existing docs.
Note: Doc work as part of feature development is covered in the Feature Request template.
@@ -13,12 +11,14 @@
### Type of issue
-- [ ] Correction or clarification needed
-- [ ] New doc or section needed
-- [ ] Rewrite of doc or section needed
-- [ ] Restructure or other broader improvements
-- [ ] Other
-
+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.
+
### Problem to solve
<!-- What product or feature(s) affected? What docs or doc section affected? Include links or paths.