Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
4d0423cd
Commit
4d0423cd
authored
Aug 25, 2015
by
karen Carias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New doc about how to create an issue
parent
7140e800
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
doc/gitlab-basics/README.md
doc/gitlab-basics/README.md
+2
-0
doc/gitlab-basics/create-issue.md
doc/gitlab-basics/create-issue.md
+27
-0
No files found.
doc/gitlab-basics/README.md
View file @
4d0423cd
...
...
@@ -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
)
doc/gitlab-basics/create-issue.md
0 → 100644
View file @
4d0423cd
# 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:
![
Select a project
](
basicsimages/select_project.png
)
Click on "Issues" on the left side of your screen:
![
Issues
](
basicsimages/issues.png
)
Click on the "+ new issue" button on the right side of your screen:
![
New issue
](
basicsimages/new_issue.png
)
Add a title and a description to your issue:
![
Issue title and description
](
basicsimages/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
)
Your Issue will now be added to the Issue Tracker and will be ready to be reviewed.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment