[skip ci] Add a MR template that remembers contribution steps

This commit is contained in:
Óscar García Amor 2022-07-20 10:27:30 +02:00
parent f6ed5a4ff8
commit da35e60d77
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE

View File

@ -0,0 +1,14 @@
<!-- Please describe your changes here -->
----------------------------------------------------------------------------
- [ ] 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.