add PR template

This commit is contained in:
Jonas Helfer 2016-06-02 17:58:24 -07:00
parent 34b3f4ed52
commit c8a75f0a54

13
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,13 @@
<!--
Thanks for filing a pull request on Apollo Client!
Please look at the following checklist to ensure that your PR
can be accepted quickly:
-->
TODO:
- [ ] Update CHANGELOG.md with your change (include reference to issue & this PR)
- [ ] Make sure all of the significant new logic is covered by tests
- [ ] Rebase your changes on master so that they can be merged easily
- [ ] Make sure all tests and linter rules pass