From f680391e9b31d43a530b5d72c457abbf033767b0 Mon Sep 17 00:00:00 2001
From: Sam Wiskow <swiskow@gitlab.com>
Date: Thu, 8 Feb 2024 08:37:26 +0000
Subject: [PATCH] Add fields to deprecation template

---
 data/deprecations/templates/example.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/deprecations/templates/example.yml b/data/deprecations/templates/example.yml
index dff7075e1bd3..e6b8982b3c00 100644
--- a/data/deprecations/templates/example.yml
+++ b/data/deprecations/templates/example.yml
@@ -27,6 +27,10 @@
   reporter: exampleuser
   stage: stage
   issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/000000
+  impact:  # Can be one of: [critical, high, medium, low]
+  scope:  # Can be one or a combination of: [instance, group, project]
+  resolution_role:  # Can be one of: [Admin, Owner, Maintainer, Developer]
+  manual_task:  # Can be true or false. Use this to denote whether a resolution action must be performed manually (true), or if it can be automated by using the API or other automation (false).
   body: |  # (required) Don't change this line.
     <!-- START OF BODY COMMENT
 
-- 
GitLab