From f39ff2cf9d20216e0807d89249e3ec3489664a7d Mon Sep 17 00:00:00 2001 From: Mac Rae Date: Mon, 4 Jan 2021 14:54:28 +0000 Subject: [PATCH] Add gitlab template --- .gitlab/merge_request_templates.md | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitlab/merge_request_templates.md diff --git a/.gitlab/merge_request_templates.md b/.gitlab/merge_request_templates.md new file mode 100644 index 000000000..e02fa2337 --- /dev/null +++ b/.gitlab/merge_request_templates.md @@ -0,0 +1,44 @@ + + + + +## Description + + +- +- +- + +--- + +#### General Checklist + +- [ ] Completed MR template +- [ ] Added Jasmin tests +- [ ] Added PHP Unit tests + +- [ ] +- [ ] +- [ ] + +#### Code Review Checklist + +- [ ] Uses Atomic commits +- [ ] Branch up to date +- [ ] Follows Coding standards +- [ ] Tests Acceptable +- [ ] Code Acceptable + +#### Pre-staging Checklist + +- [ ] Passed Code Review +- [ ] Deployed to staging +- [ ] No error reported by scripts +- [ ] Smoke tested + +## How To Test + + +- +- +-