summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/create-issue.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-10 21:36:30 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-10 21:36:30 +0200
commiteecccf5e206ffdac6d29f757804165654324ea31 (patch)
treefdb1cdf181a6cff6acf4b67b589a6011bc1fc9e7 /doc/gitlab-basics/create-issue.md
parent4c8ea149edff0f03390db7f287753fc6c23fb75a (diff)
downloadgitlab-ce-eecccf5e206ffdac6d29f757804165654324ea31.tar.gz
Change img dir name
Diffstat (limited to 'doc/gitlab-basics/create-issue.md')
-rw-r--r--doc/gitlab-basics/create-issue.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gitlab-basics/create-issue.md b/doc/gitlab-basics/create-issue.md
index da9a165b8f5..e11c86cafa0 100644
--- a/doc/gitlab-basics/create-issue.md
+++ b/doc/gitlab-basics/create-issue.md
@@ -6,22 +6,22 @@ To create an Issue, sign in to GitLab.
Go to the project where you'd like to create the Issue:
-![Select a project](basicsimages/select_project.png)
+![Select a project](img/select_project.png)
Click on "Issues" on the left side of your screen:
-![Issues](basicsimages/issues.png)
+![Issues](img/issues.png)
Click on the "+ new issue" button on the right side of your screen:
-![New issue](basicsimages/new_issue.png)
+![New issue](img/new_issue.png)
Add a title and a description to your issue:
-![Issue title and description](basicsimages/issue_title.png)
+![Issue title and description](img/issue_title.png)
You may assign the Issue to a user, add a milestone and add labels (they are all optional). Then click on "submit new issue":
-![Submit new issue](basicsimages/submit_new_issue.png)
+![Submit new issue](img/submit_new_issue.png)
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](../user/project/issues/automatic_issue_closing.md).