From dc3a98dd70d5780c10ad3bb96856a100992991d5 Mon Sep 17 00:00:00 2001 From: Nick Lee <42975160+HieronymusLex@users.noreply.github.com> Date: Fri, 19 Jun 2020 11:28:56 +0100 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#162) --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ab40d21d..579a2aac 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,5 +2,13 @@ *Description of changes:* +*PR Checklist:* + +- [ ] Changelog updated +- [ ] Unit tests (and integration tests if applicable) provided +- [ ] All tests pass +- [ ] Pre-commit checks pass +- [ ] Debugging code removed +- [ ] If releasing a new version, have you bumped the version int he main CFN template? By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.