From c0ab764eca34a6ea862820e64f533215250a025c Mon Sep 17 00:00:00 2001 From: Mike Little Date: Fri, 6 Dec 2024 15:32:35 +0000 Subject: [PATCH] Add Pull Request template Add Pull Request template This PR adds a Pull Request template to the product dev repo. Addresses https://github.com/humanmade/product-dev/issues/1641 --- .../pull_request_template.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md 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?