This document describes some points about contribution process for this project. The project is being developed within community. Maintainer merges pull-requests, fixes critical bugs.
The maintainers of the project are:
- In lieu of a formal styleguide, take care to maintain the existing coding style and please do follow idiomatic.js
- Add unit tests for any new or changed functionality.
- Lint and test your code using
npm test
.
And please:
If you fixed or added something useful to the project, you can send pull-request. It will be reviewed by maintainer and accepted, or commented for rework, or declined. If you a new and don't know what you should do to send a PR, please see this tutorial
Before sending you Pull Request please don't forget to check your code with npm test
. PR that don't pass tests will not be accept