Welcome to mirror list, hosted at ThFree Co, Russian Federation.

labels.md « workflow « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 085b7baf5ceed6bdfcbc9e7b44d1eef97d6bd208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.

![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)