mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Merge branch 'create-issue' into 'master'
New doc about how to create an issue in GitLab Basics See merge request !1925
This commit is contained in:
@ -23,3 +23,5 @@ Step-by-step guides on the basics of working with Git and GitLab.
|
||||
* [Add an image](add-image.md)
|
||||
|
||||
* [Create a Merge Request](add-merge-request.md)
|
||||
|
||||
* [Create an Issue](create-issue.md)
|
||||
|
27
doc/gitlab-basics/create-issue.md
Normal file
27
doc/gitlab-basics/create-issue.md
Normal file
@ -0,0 +1,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. You can comment on it and mention the people involved. You can also link Issues to the Merge Requests where the Issues are solved. To do this, you can use an [Issue closing pattern](http://doc.gitlab.com/ce/customization/issue_closing.html).
|
Reference in New Issue
Block a user