summaryrefslogtreecommitdiff
path: root/data/deprecations
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-22 15:11:25 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-22 15:11:25 +0000
commitadaa4599f18149e0fb8f8e120a7ed8e7d05e36be (patch)
tree34ea300a8c567d27409abd8169f86a37450acd23 /data/deprecations
parent581c9c958dd3c7c28370f234fcb3c13c60453888 (diff)
downloadgitlab-ce-adaa4599f18149e0fb8f8e120a7ed8e7d05e36be.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/deprecations')
-rw-r--r--data/deprecations/templates/example.yml15
1 files changed, 10 insertions, 5 deletions
diff --git a/data/deprecations/templates/example.yml b/data/deprecations/templates/example.yml
index c69ebe2c768..e5e04e5d216 100644
--- a/data/deprecations/templates/example.yml
+++ b/data/deprecations/templates/example.yml
@@ -1,12 +1,11 @@
# This is a template for a feature deprecation.
#
-# Please refer to the deprecation guidelines to confirm your understanding of GitLab's definitions.
+# Please refer to the deprecation guidelines to confirm your understanding of the
+# definitions for "Deprecation", "End of Support", and "Removal":
# https://docs.gitlab.com/ee/development/deprecation_guidelines/#terminology
#
# Deprecations must be announced at least three releases prior to removal.
-#
-# If an End of Support period applies, the announcement should be shared with GitLab Support
-# in the `#spt_managers` on Slack and mention `@gitlab-com/support` in this MR.
+# See the OPTIONAL END OF SUPPORT FIELDS section below if an End of Support period also applies.
#
# Breaking changes must happen in a major release.
#
@@ -35,10 +34,16 @@
END OF BODY COMMENT -->
#
-# OPTIONAL FIELDS
+# OPTIONAL END OF SUPPORT FIELDS
+#
+# If an End of Support period applies, the announcement should be shared with GitLab Support
+# in the `#spt_managers` channel in Slack, and mention `@gitlab-com/support` in this MR.
#
end_of_support_milestone: # (optional) Use "XX.YY" format. The milestone when support for this feature will end.
end_of_support_date: # (optional) The date of the milestone release when support for this feature will end.
+#
+# OTHER OPTIONAL FIELDS
+#
tiers: # (optional - may be required in the future) An array of tiers that the feature is available in currently. e.g., [Free, Silver, Gold, Core, Premium, Ultimate]
documentation_url: # (optional) This is a link to the current documentation page
image_url: # (optional) This is a link to a thumbnail image depicting the feature