From 93f86f6af9c35a851031d5a90cccca3fbc51a7f1 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 15 Apr 2020 20:04:24 +0100 Subject: [PATCH] [Gitlab] Add Merge request template --- .gitlab/merge_request_templates/contribution.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitlab/merge_request_templates/contribution.md 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 ?