From 4df199e0b9deef8775d6d0d1899e333925840d1f Mon Sep 17 00:00:00 2001 From: Matt Triff Date: Thu, 30 Dec 2021 20:21:45 -0500 Subject: [PATCH] Add checklist items for tests --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 70aaaa9..bc545af 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,5 +22,7 @@ - [ ] My code follows the code style of this project. +- [ ] I have added new tests for the bug I fixed/the new feature I added. +- [ ] I have modified existing tests for the bug I fixed/the new feature I added. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly.