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
ee5868d3
Commit
ee5868d3
authored
Jul 27, 2020
by
Nathan Friend
Committed by
Jan Provaznik
Jul 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add deprecation guideline
This commit adds some very basic information about our deprecation policy.
parent
724d63e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
doc/development/README.md
doc/development/README.md
+4
-0
doc/development/deprecation_guidelines/index.md
doc/development/deprecation_guidelines/index.md
+23
-0
No files found.
doc/development/README.md
View file @
ee5868d3
...
...
@@ -173,6 +173,10 @@ Complementary reads:
-
[
Refactoring guidelines
](
refactoring_guide/index.md
)
## Deprecation guides
-
[
Deprecation guidelines
](
deprecation_guidelines/index.md
)
## Documentation guides
-
[
Writing documentation
](
documentation/index.md
)
...
...
doc/development/deprecation_guidelines/index.md
0 → 100644
View file @
ee5868d3
# Deprecation guidelines
This page includes information about how and when to remove or make breaking
changes to GitLab features.
## Terminology
It's important to understand the difference between
**deprecation**
and
**removal**
:
**Deprecation**
is the process of flagging/marking/announcing that a feature
will be removed in a future version of GitLab.
**Removal**
is the process of actually removing a feature that was previously
deprecated.
## When can a feature be deprecated?
A feature can be deprecated at any time, provided there is a viable alternative.
## When can a feature be removed/changed?
See our
[
Release and Maintenance policy
](
../../policy/maintenance.md
)
.
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