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
1cb5d2c3
Commit
1cb5d2c3
authored
Oct 28, 2020
by
Nick Gaskill
Committed by
Craig Norris
Oct 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add end-of-life status to docs styleguide
parent
9f529f44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/development/documentation/styleguide.md
doc/development/documentation/styleguide.md
+15
-0
No files found.
doc/development/documentation/styleguide.md
View file @
1cb5d2c3
...
...
@@ -1746,6 +1746,21 @@ The voting strategy (in GitLab 13.4 and later) requires
the primary and secondary voters to agree.
```
#### End-of-life for features or products
Whenever a feature or product enters the end-of-life process, indicate its
status by using the
`Danger`
[
alert
](
#alert-boxes
)
with the
`**Important**`
keyword directly below the feature or product's header (which can include H1
page titles). Link to the deprecation and removal issues, if possible.
For example:
```
markdown
DANGER:
**Important:**
This feature is in its end-of-life process. It is
[
deprecated
](
link-to-issue
)
for use in GitLab X.X, and is planned for
[
removal
](
link-to-issue
)
in GitLab X.X.
```
### Versions in the past or future
When describing functionality available in past or future versions, use:
...
...
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