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
b21e8dc6
Commit
b21e8dc6
authored
Nov 29, 2019
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add further guidance when documenting versions
parent
b486ee40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
doc/development/documentation/styleguide.md
doc/development/documentation/styleguide.md
+14
-0
No files found.
doc/development/documentation/styleguide.md
View file @
b21e8dc6
...
...
@@ -1244,6 +1244,20 @@ a helpful link back to how the feature was developed.
NOTE:
**Note:**
Version text must be on its own line and surounded by blank lines to render correctly.
### Versions in the past or future
When describing functionality available in past or future versions, use:
-
**Earlier**
, and not
**older**
or
**before**
.
-
**Later**
, and not
**newer**
or
**after**
.
For example:
-
Available in GitLab 12.3 and earlier.
-
Available in GitLab 12.4 and later.
-
If using GitLab 11.4 or earlier, ...
-
If using GitLab 10.6 or later, ...
### Importance of referencing GitLab versions and tiers
Mentioning GitLab versions and tiers is important to all users and contributors
...
...
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