Update PULL_REQUEST_TEMPLATE for clarity (#619)
This commit is contained in:
parent
52b6a6bbb4
commit
fd153a2aa1
1 changed files with 4 additions and 4 deletions
|
@ -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!
|
Loading…
Reference in a new issue