diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9cd5579b..4b4755e4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -27,3 +27,4 @@ _If relevant, ensure the following have been met:_ - [ ] _Documentation has been added/updated if needed (`README.md`, help menu, etc.)_ - [ ] _The pull request passes the provided CI pipeline_ - [ ] _There are no merge conflicts_ +- [ ] _If relevant, new tests were added (don't worry too much about coverage)_