Merge pull request #1323 from 0xProject/feature/contributing-autolabeler

Remove the instruction to prefix PRs with package name from PULL_REQUEST_TEMPLATE.md
This commit is contained in:
Leonid Logvinov
2018-11-26 15:54:50 +01:00
committed by GitHub

View File

@@ -21,7 +21,6 @@
<!--- The following points should be used to indicate the progress of your PR. Put an `x` in all the boxes that apply right now, and come back over time and check them off as you make progress. If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
* [ ] Prefix PR title with `[WIP]` if necessary.
* [ ] Prefix PR title with bracketed package name(s) corresponding to the changed package(s). For example: `[sol-cov] Fixed bug`.
* [ ] Add tests to cover changes as needed.
* [ ] Update documentation as needed.
* [ ] Add new entries to the relevant CHANGELOG.jsons.