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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2a75b83d
Commit
2a75b83d
authored
Jan 21, 2021
by
Nuritzi Sanchez
Committed by
Marcin Sedlak-Jakubowski
Jan 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in issue template section
parent
340043ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/user/project/description_templates.md
doc/user/project/description_templates.md
+9
-9
No files found.
doc/user/project/description_templates.md
View file @
2a75b83d
...
...
@@ -47,20 +47,20 @@ directory in your repository. Commit and push to your default branch.
To create a Markdown file:
1.
Click the
`+`
button next to
`master`
and click
**New file**
.
1.
Add the name of your issue template to the
**File name**
text field next to
`master`
.
Make sure that your file has the
`.md`
extension, for
example
`feature_request.md`
or
`Feature Request.md`
.
1.
Commit and push to your default branch.
1.
Click the
`+`
button next to
`master`
and click
**New file**
.
1.
Add the name of your issue template to the
**File name**
text field next to
`master`
.
Make sure that your file has the
`.md`
extension, for
example
`feature_request.md`
or
`Feature Request.md`
.
1.
Commit and push to your default branch.
If you don't have a
`.gitlab/issue_templates`
directory in your repository, you need to create it.
To create the
`.gitlab/issue_templates`
directory:
1.
Click the
`+`
button next to
`master`
and select
**New directory**
.
1.
Name this new directory
`.gitlab`
and commit to your default branch.
1.
Click the
`+`
button next to
`master`
again and select
**New directory**
.This time, n
1.
Name your directory
`issue_templates`
and commit to your default branch.
1.
Click the
`+`
button next to
`master`
and select
**New directory**
.
1.
Name this new directory
`.gitlab`
and commit to your default branch.
1.
Click the
`+`
button next to
`master`
again and select
**New directory**
.
1.
Name your directory
`issue_templates`
and commit to your default branch.
To check if this has worked correctly,
[
create a new issue
](
issues/managing_issues.md#create-a-new-issue
)
and see if you can choose a description template.
...
...
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