From 94375dc30e34175c126cb748e14f28d3c30b9066 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 18 Jun 2024 00:14:23 +0930 Subject: [PATCH] chore: add default MR template !28 --- .gitlab/merge_request_templates/default.md | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitlab/merge_request_templates/default.md diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 00000000..27d3c9aa --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,35 @@ +### :books: Summary + + + + +### :link: Links / References + + + + +### :construction_worker: Tasks + + - [ ] Add your tasks here if required (delete) + + + +- [ ] ~"breaking-change" Any Breaking change(s) + + _Breaking Change must also be notated in the commit that introduces it and in [Conventional Commit Format](https://www.conventionalcommits.org/en/v1.0.0/)._ + +- [ ] ~Documentation Documentation written + + _All features to be documented within the correct section(s). Administration, Development and/or User_ + +- [ ] Milestone assigned + +- [ ] [Unit Test(s) Written](https://nofusscomputing.com/projects/django-template/development/testing/) + + _ensure test coverage delta is not less than zero_