Add a template asking people to check the merge option
diff --git a/.gitlab/merge_request_templates/merge_request_template.md b/.gitlab/merge_request_templates/merge_request_template.md
new file mode 100644
index 0000000..050286e
--- /dev/null
+++ b/.gitlab/merge_request_templates/merge_request_template.md
@@ -0,0 +1,3 @@
+Please make sure you check the "Allow commits from members who can merge to the target branch" option at the bottom of the page.
+
+Makes our life much easier since we can rebase and merge from the web user interface.