diff --git a/.github/pull_request-template.md b/.github/pull_request-template.md new file mode 100644 index 0000000..484b8b4 --- /dev/null +++ b/.github/pull_request-template.md @@ -0,0 +1,15 @@ + + + + + +## Proposed Changes + + +## Readiness Checklist + +### Author/Contributor +- [ ] If documentation is needed for this change, has that been included in this pull request +- [ ] run `make lint` and fix any issues that you have introduced +- [ ] run `make test` and ensure you have test coverage for the lines you are introducing +- [ ] Label as either `bug`, `documentation`, `enhancement`, `infrastructure`, or `breaking`