summaryrefslogtreecommitdiff
path: root/doc/workflow/labels.md
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2014-08-20 14:25:55 +0200
committerJob van der Voort <jobvandervoort@gmail.com>2014-08-20 14:25:55 +0200
commit4b9a838dc8d92e2448daeb02070b86a2ae0504e0 (patch)
treeeefbeb7d57bbd66c686568f38ac9c64bcc61061c /doc/workflow/labels.md
parented9e922dd0047435b8d349f0c949ba0a2d789247 (diff)
downloadgitlab-ce-4b9a838dc8d92e2448daeb02070b86a2ae0504e0.tar.gz
label documentation
Diffstat (limited to 'doc/workflow/labels.md')
-rw-r--r--doc/workflow/labels.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/workflow/labels.md b/doc/workflow/labels.md
new file mode 100644
index 00000000000..9ec51243386
--- /dev/null
+++ b/doc/workflow/labels.md
@@ -0,0 +1,16 @@
+# Labels
+
+In GitLab, you can easily tag issues and merge requests. To create a label, go to a project and then to `Issues` and then `Labels`.
+
+Here you can create a new label.
+
+![new label](labels/label1.png)
+
+You can choose to set a color.
+
+![label color](labels/label2.png)
+
+If you want to change an existing label, press edit next to the listed label.
+You will be presented with the same form as when creating a new label.
+
+![edit label](labels/label3.png)