diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..efebec3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,36 @@ +--- +name: Default PR Template +title: '' +labels: '' +assignees: '' +--- + +## Describe the PR + + + + +--- + +## For Altis Team Use + +### Completion Checklist +Does this PR meet our definition of done? See [the Play Book Definition of Done](https://playbook.hmn.md/play/product/definition-of-done-2/) + +- [ ] Has the acceptance criteria been met? +- [ ] Is the documentation updated (including README)? +- [ ] Do any code/documentation changes meet project standards? +- [ ] Are automatic tests in place to verify the fix or new functionality? + - [ ] OR, are manual tests documented (at least on the ticket/PR)? +- [ ] Are any Playbook/Handbook pages updated? +- [ ] Has a new module release (patch/minor) been created/scheduled? +- [ ] Have the appropriate `backport` labels been added to the PR? +- [ ] Is there a roll-out (and roll-back) plan, if required?