diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..aa065623 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Summary of changes + + + +## Checklist + +- [ ] I have created/updated method docstrings (if necessary) +- [ ] I have considered if this is a breaking change +- [ ] I have updated the changelog (if necessary) diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 20f5baed..00000000 --- a/pull_request_template.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## Changes in this PR: - -## Trello card / Rollbar error (etc) - - - -- [ ] Requires env variable(s) to be updated