diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 00000000..cd450535 --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,14 @@ + + + +---------------------------------------------------------------------------- + +- [ ] I ran `./gradlew -Pqc ktlintCheck`, `./gradlew -Pqc detekt` and + `./gradlew :ultrasonic:lintRelease` and no problems found. See + [CONTRIBUTING](CONTRIBUTING.md) for further information. +- [ ] I'm using my own branch in my local copy. Ej, I want to merge + `myuser/ultrasonic:my-new-contribution` into `develop`. +- [ ] All commits [are + signed](https://docs.gitlab.com/ee/user/project/repository/gpg_signed_commits/). +- [ ] I agree to release my code and all other changes of this MR under the + [GNU GPLv3](LICENSE) license.