Update PULL_REQUEST_TEMPLATE for clarity (#619)

This commit is contained in:
Melissa Lopez 2018-04-30 18:06:33 -04:00 committed by Cassie Tarakajian
parent 52b6a6bbb4
commit fd153a2aa1
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Before your pull request is reviewed and merged, make sure you
Before your pull request is reviewed and merged, please ensure that:
* [ ] there are no linting errors -- `npm run lint`
* [ ] code is in uniquely-named feature branch, and has been rebased on top of latest master. If you're asked to make more changes make sure you rebase onto master then too!
* [ ] pull request is descriptively named and links to an issue number, i.e. `Fixes #123`
* [ ] your code is in a uniquely-named feature branch and has been rebased on top of the latest master. If you're asked to make more changes, make sure you rebase onto master then too!
* [ ] your pull request is descriptively named and links to an issue number, i.e. `Fixes #123`
Thank you!
Thank you!