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.