From 25f5732594eee9ec27b6c96d17c0908b7cd36a35 Mon Sep 17 00:00:00 2001 From: Rho <13165182+rhoboat@users.noreply.github.com> Date: Thu, 26 May 2022 06:39:36 -0700 Subject: [PATCH] Update PR Template (#1129) --- .github/pull_request_template.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/pull_request_template.md 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 + +