Skip to content

Commit

Permalink
Merge pull request #68 from humanmade/add-pr-template
Browse files Browse the repository at this point in the history
Add Pull Request template
  • Loading branch information
mikelittle authored Dec 12, 2024
2 parents 00bdffe + 4c33f9e commit d3f4b2b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Default PR Template
title: ''
labels: ''
assignees: ''
---

## Describe the PR
<!--
- Make sure the title is clear and concise.
- Include the purpose of this PR.
- Include a brief description of the what and why of this change.
- Include a link to a GH issue, if relevant.
- Fixes #<issue_number_or_url> will close the issue whjen this is merged
- Addresses #<issue_number_or_url> will link the issue to this PR
- Are there any specific things you want a reviewer to notice/check/give feedback?
-->



---

## 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?

0 comments on commit d3f4b2b

Please sign in to comment.