add pull request template
This commit is contained in:
parent
7d93900852
commit
3c5c5b53dc
1 changed files with 7 additions and 0 deletions
7
PULL_REQUEST_TEMPLATE.md
Normal file
7
PULL_REQUEST_TEMPLATE.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Before your pull request is reviewed and merged, make sure you
|
||||||
|
|
||||||
|
* [ ] 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`
|
||||||
|
|
||||||
|
Thank you!
|
Loading…
Reference in a new issue