diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..6b100e40e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,25 @@ + + +## Description + +Fixes #000. + + + +## TODOs + +Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). + +- [ ] Update the docs. +- [ ] Run the relevant tests successfully, including pre-commit checks. +- [ ] Ensure any 3rd party code adheres with our [license policy](https://www.notion.so/gruntwork/Gruntwork-licenses-and-open-source-usage-policy-f7dece1f780341c7b69c1763f22b1378) or delete this line if its not applicable. +- [ ] Include release notes. If this PR is backward incompatible, include a migration guide. + +## Release Notes (draft) + + +Added / Removed / Updated [X]. + +### Migration Guide + +