Remove the instruction to prefix PRs with package name from a/PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Leonid Logvinov 2018-11-26 15:52:04 +01:00
parent dcf19e5226
commit 1b45aa5974
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

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! --> <!--- 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 `[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. * [ ] Add tests to cover changes as needed.
* [ ] Update documentation as needed. * [ ] Update documentation as needed.
* [ ] Add new entries to the relevant CHANGELOG.jsons. * [ ] Add new entries to the relevant CHANGELOG.jsons.