diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..c6545449 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,39 @@ +### :books: Summary + + + + +### :link: Links / References + + + + +### :construction_worker: Tasks + + - [ ] Add your tasks here if required (delete) + + + +- [ ] :firecracker: Contains 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/)._ + + - [ ] :notebook: Release notes updated + +- [ ] :blue_book: Documentation written + + _All features to be documented within the correct section(s). Administration, Development and/or User_ + +- [ ] :checkered_flag: Milestone assigned + +- [ ] :test_tube: [Unit Test(s) Written](https://nofusscomputing.com/projects/centurion_erp/development/testing/) + + _ensure test coverage delta is not less than zero_ + +- [ ] :page_facing_up: Roadmap updated diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md index 52ee7ff4..e48024d1 100644 --- a/.gitlab/merge_request_templates/default.md +++ b/.gitlab/merge_request_templates/default.md @@ -35,3 +35,5 @@ - [ ] [Unit Test(s) Written](https://nofusscomputing.com/projects/centurion_erp/development/testing/) _ensure test coverage delta is not less than zero_ + +- [ ] :page_facing_up: Roadmap updated