From c01e3bca7165224756d1c3289e5a4d7b0f6e1a08 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 17 Aug 2022 11:30:13 -0400 Subject: [PATCH] github: add note on coverage/tests in PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) 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)_