Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Ines Montani 2017-01-03 15:41:16 +01:00 committed by GitHub
parent 1bd53bbf89
commit 4fc4d3d0e3

View File

@ -12,8 +12,6 @@
<!--- Include details of your testing environment, and the tests you ran too --> <!--- Include details of your testing environment, and the tests you ran too -->
<!--- How were other areas of the code affected? --> <!--- How were other areas of the code affected? -->
## Screenshots (if appropriate):
## Types of changes ## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all applicable boxes.: --> <!--- What types of changes does your code introduce? Put an `x` in all applicable boxes.: -->
- [ ] Bug fix (non-breaking change fixing an issue) - [ ] Bug fix (non-breaking change fixing an issue)
@ -27,4 +25,4 @@
- [ ] My change requires a change to spaCy's documentation. - [ ] My change requires a change to spaCy's documentation.
- [ ] I have updated the documentation accordingly. - [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes. - [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed. - [ ] All new and existing tests passed.