- Bugs should be reported on the GitHub issue tracker
- Please be sure to follow the existing code style
- Make sure the test suite still passes (see Testing below)
- Submit pull requests against the
dev
branch, notmaster
- Run tests with
npm test
- To run the tests and check code coverage, run:
npm run-script coverage
Happy hacking!