Remove useless items from PR checklist

These rules will be checked in the Travis build.
This commit is contained in:
Hans Ott 2016-10-30 16:50:19 +01:00 committed by GitHub
parent 5229fb7e3b
commit 3c9e47ab34
1 changed files with 0 additions and 2 deletions

View File

@ -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!