diff --git a/.gitlab/merge_request_templates/contribution.md b/.gitlab/merge_request_templates/contribution.md new file mode 100644 index 0000000..b9f1985 --- /dev/null +++ b/.gitlab/merge_request_templates/contribution.md @@ -0,0 +1,16 @@ +## Summary + + + +### QA + + + +### Checklist + +[ ] Is the linter happy? +[ ] Is the byte compiler happy (no warning) ? +[ ] Is it backward compatible +[ ] Did you document your changes ? +[ ] Did you update the CHANGELOG ? +[ ] Did you actually test your changes ?