summaryrefslogtreecommitdiff
path: root/.gitlab/merge_request_templates/Stable Branch.md
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/merge_request_templates/Stable Branch.md')
-rw-r--r--.gitlab/merge_request_templates/Stable Branch.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/Stable Branch.md b/.gitlab/merge_request_templates/Stable Branch.md
new file mode 100644
index 00000000000..e584296cbb1
--- /dev/null
+++ b/.gitlab/merge_request_templates/Stable Branch.md
@@ -0,0 +1,18 @@
+<!--
+Merging into stable branches is reserved for GitLab patch releases
+https://docs.gitlab.com/ee/policy/maintenance.html#patch-releases
+-->
+
+## What does this MR do and why?
+
+_Describe in detail what merge request is being backported and why_
+
+## MR acceptance checklist
+
+This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
+
+* [ ] This MR is backporting a bug fix, documentation update, or spec fix, previously merged in the default branch.
+* [ ] The original MR has been deployed to GitLab.com (not applicable for documentation or spec changes).
+* [ ] Ensure the `e2e:package-and-test` job has either succeeded or been approved by a Software Engineer in Test.
+
+/assign me