diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000000000000000000000000000000000000..53ab6eb5f590f511a132fb1f0a5081e010cab39e --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,16 @@ +**Describe the bug** + +... + +**Steps To Reproduce** + +**Expected behavior** + +... + +**Screenshots** + +If applicable, add screenshots to help explain your problem. + +**Device, Operating System and Browser** + diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md new file mode 100644 index 0000000000000000000000000000000000000000..3bcc5ca61c896d14a786843c862e843fbe6531db --- /dev/null +++ b/.gitlab/merge_request_templates/Default.md @@ -0,0 +1,23 @@ +#### Background + +What does this MR do? + +#### Any relevant issue + +Please use the phrase 'closes' if it will close an issue. + +#### How has this been tested? + +**Reviewers** ensure that these test requirements are also reviewed. + +Please indicate the need for this change to be tested. If not please justify, if so then at what levels. + +- [ ] Unit / Integration tests +- [ ] Browser tests +- [ ] E2E tests + +#### Documentation updates + +- [ ] New features to document +- [ ] Updating existing documentation if needed +