summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <job@gitlab.com>2015-07-24 07:29:07 +0000
committerJob van der Voort <job@gitlab.com>2015-07-24 07:29:07 +0000
commit215386df353b6e1e017d3cc7242ae2a7c6bd926e (patch)
tree45875a0bb0298ad7c4c9f7371281945c80a9bed9
parent39dc39e33529ac3632e5d5a6fa06bf6908fb4fa4 (diff)
parent9a7645c8a4336ac592fb159ea5d39e6397ad56d9 (diff)
downloadgitlab-ce-215386df353b6e1e017d3cc7242ae2a7c6bd926e.tar.gz
Merge branch 'labels-mr' into 'master'
Added note about labels in MR because of tweet https://twitter.com/apoirier1/status/624197308759035905 See merge request !1911
-rw-r--r--doc/workflow/labels.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/workflow/labels.md b/doc/workflow/labels.md
index 085b7baf5ce..6e4840ca5ae 100644
--- a/doc/workflow/labels.md
+++ b/doc/workflow/labels.md
@@ -1,6 +1,6 @@
# Labels
-In GitLab, you can easily tag issues and merge requests. If you have permission level `Developer` or higher, you can manage labels. To create, edit or delete a label, go to a project and then to `Issues` and then `Labels`.
+In GitLab, you can easily tag issues and Merge Requests. If you have permission level `Developer` or higher, you can manage labels. To create, edit or delete a label, go to a project and then to `Issues` and then `Labels`.
Here you can create a new label.
@@ -14,3 +14,5 @@ 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)
+
+You can add labels to Merge Requests when you create or edit them.