aboutsummaryrefslogtreecommitdiff
path: root/.gitlab/merge_request_templates
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-07-31 17:04:48 +0300
committerHenry Jameson <me@hjkos.com>2022-07-31 17:04:48 +0300
commitdd1abc9f5d9cedf3eccb286764692e3d5a19d7a9 (patch)
tree5bf7da606828b423c19b3634d162edc81e187ae8 /.gitlab/merge_request_templates
parent0b88c56aa674ad19be7e7e883a3687ec89569940 (diff)
add gitlab templates
Diffstat (limited to '.gitlab/merge_request_templates')
-rw-r--r--.gitlab/merge_request_templates/default.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md
new file mode 100644
index 00000000..b93d6e46
--- /dev/null
+++ b/.gitlab/merge_request_templates/default.md
@@ -0,0 +1,22 @@
+# Changes
+
+*
+*
+*
+
+<!-- List what your merge request changes and how -->
+<!--
+Try to not to break existing behavior, if your changes do break existing behavior
+make it configurable to toggle between old behavior and new. Which one should be
+default is up to discussion.
+-->
+<!-- If your merge request resolves some issue link it like so: "Closes #99999" -->
+<!--
+If merge request adds some new feature that depends on backend:
+
+1. Make sure it gracefully degrades if backend hasn't been updated to support the feature,
+ we try to make PleromaFE compatible with older versions of BE so that people can still
+ update frontend safely without updating backend since it's costly and much riskier.
+2. Link related BE merge request here
+-->
+<!-- Screenshots are welcome -->