We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
- Fork the repo and create your branch from master.
- If you've added code that should be tested, add tests.
- Ensure the test suite passes.
The full style guide is available here.
The release manager is responsible to follow the process for each release of this project.
Summarize the changes and create a release using GitHub releases. Note that only major releases are required to be fully documented.
$ npm i
$ npm test
$ npm publish
Note: item 1 may become automated at some point and put into the continuous integration build.