This commit is contained in:
soulgalore 2016-09-19 20:12:44 +02:00
parent b443feac18
commit 13151ba29a
1 changed files with 2 additions and 1 deletions

View File

@ -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`