blob: a272e84d4f3347de669242143c700aab7cfd3f24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# How to create an Issue in GitLab
The Issue Tracker is a good place to add things that need to be improved or solved in a project.
To create an Issue, sign in to GitLab.
Go to the project where you'd like to create the Issue:

Click on "Issues" on the left side of your screen:

Click on the "+ new issue" button on the right side of your screen:

Add a title and a description to your issue:

You may assign the Issue to a user, add a milestone and add labels (they are all optional). Then click on "submit new issue":

Your Issue will now be added to the Issue Tracker and will be ready to be reviewed.
|