diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c471de055..76dd2fe3b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,8 @@ Please review the [guidelines for contributing](CONTRIBUTING.md) to this repository. - [ ] I'm making a big change or adding functionality so I've already opened an issue proposing the change to other contributors, so I got feedback on the idea before took the time to write precious code -- [ ] Check that your change/fix has corresponding unit tests +- [ ] Check that your change/fix has corresponding unit tests (if applicable) +- [ ] Squash commits so it looks sane - [ ] Verify that the test works by running `npm test` and test linting by `npm run lint`