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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
c15adde9
Commit
c15adde9
authored
May 02, 2019
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Final review feedback applied
parent
f7be93a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/development/documentation/styleguide.md
doc/development/documentation/styleguide.md
+3
-3
No files found.
doc/development/documentation/styleguide.md
View file @
c15adde9
...
...
@@ -621,8 +621,8 @@ a helpful link back to how the feature was developed.
> Introduced in GitLab 11.3.
```
- Whenever possible, version text should have a link to the issue, merge request, or epic
(in order or preference) that introduced the feature
. For example:
- Whenever possible, version text should have a link to the issue, merge request, or epic
that introduced the feature.
An issue is preferred over a merge request, and a merge request is preferred over an epic
. For example:
```md
> [Introduced](<link-to-issue>) in GitLab 11.3.
...
...
@@ -639,7 +639,7 @@ a helpful link back to how the feature was developed.
### Removing version text
Over time, version text will reference a progressively older version of GitLab. In cases where version text
refers to versions of GitLab
more than four
major versions back, consider removing the text.
refers to versions of GitLab
four or more
major versions back, consider removing the text.
For example, if the current major version is 11.x, version text referencing versions of GitLab 7.x
and older are candidates for removal.
...
...
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