diff --git a/.gitlab/merge_request_templates/default_mr.md b/.gitlab/merge_request_templates/default_mr.md
new file mode 100644
index 0000000000000000000000000000000000000000..2acec5d0b077505acf8250b1f20d829717c160ae
--- /dev/null
+++ b/.gitlab/merge_request_templates/default_mr.md
@@ -0,0 +1,17 @@
+<!-- title of the merge request -->
+
+# MR Title
+
+<!-- General merge request description.
+
+Write a small paragraph describing the scope of the merge request. Cite relevant issues, if any. Keep in mind that the text might be used to write a release report, so adopt a descriptive approach.
+
+-->
+
+## Change log
+
+<!-- List of relevant changes.
+
+Provide a list of the main changes introduced by this MR, possibly in the format of a bullet or numbered item list.
+
+-->