Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/templates/example.yml')
-rw-r--r--data/removals/templates/example.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/data/removals/templates/example.yml b/data/removals/templates/example.yml
index 8d7d694be26..e7c0268c182 100644
--- a/data/removals/templates/example.yml
+++ b/data/removals/templates/example.yml
@@ -12,7 +12,7 @@
#
# REQUIRED FIELDS
#
-- name: "Feature name" # (required) the name of the feature being removed. Avoid the words `deprecation`, `deprecate`, `removal`, and `remove` in this field because these are implied.
+- title: "X is removed. Do Y instead." # (required) Actionable title. e.g., The `confidential` field for a `Note` is deprecated. Use `internal` instead.
announcement_milestone: "XX.YY" # (required) The milestone when this feature was deprecated.
announcement_date: "YYYY-MM-DD" # (required) The date of the milestone release when this feature was deprecated. This should almost always be the 22nd of a month (YYYY-MM-DD), unless you did an out of band blog post.
removal_milestone: "XX.YY" # (required) The milestone when this feature is being removed.
@@ -26,6 +26,16 @@
This area supports markdown. Delete this entire comment and replace it with your markdown content.
+ Removals must be actionable.
+
+ Use terms such as "removed in favor of" or "use X instead." If no replacement is available, the action would be, "Discontinue use of foo immediately."
+
+ For example:
+
+ - The `confidential` field for a `Note` is removed. Use `internal` instead.
+ - The `merge_status` field in the merge request API has been removed in favor of `detailed_merge_status`.
+ - The `notable` endpoint has been removed. Discontinue use of `notable` immediately.
+
When ready, assign to your tech writer for review. When ready, they will run `bin/rake gitlab:docs:compile_removals` to update the removals doc, then merge.
END OF BODY COMMENT -->