Contributing
Feel free to contribute to this repo. Changes that improve overall performance, code quality, tests, etc. are highly appriciated.
Pull Request Process
- Ensure that all deps are installed and up to date.
- Ensure that all tests are OK.
- Add tests if necessary.
- Update the README.hbs if necessary and regenerate README.md via provided script (
npm run jsdoc
).
- Optionally run benchmarks to ensure that your update does no harm to performance.