diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 0000000000..71203d7299 --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,7 @@ +Please follow our coding style, which is mostly the GNU coding style +with some specificities: see [HACKING](HACKING#L123). + +Also make sure no trailing spaces or tabs are left out. + +Finally please check the following option when making your request: +"*Allow commits from members who can merge to the target branch.*"