diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 4947c12..c0f119a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -38,8 +38,6 @@ Please, please, please, don't send your pull request until all of the boxes are - [ ] I have created a branch for this patch/feature. - [ ] Each individual commit in the pull request is meaningful. - [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed. - [ ] If my change requires a change to the documentation, I have updated it accordingly. -- [ ] My code follows the code style of this project. If you're unsure about any of these, don't hesitate to ask. We're here to help!