chore: add PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Benjy Cui 2016-02-23 09:43:21 +08:00
parent c63a752de8
commit 09c99e7470

7
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,7 @@
First of all, thanks for your contribution! :-)
Please makes sure these boxes are checked before submitting your PR, thank you!
[ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
[ ] Rebase before creating a PR to keep commit history clear.
[ ] Add some descriptions and refer relative issues for you PR.