Contributions are welcome! Please create a pull request, and make sure that:
- the code follows the semistandard style, check by fixing all errors and warning produced by the semistandard command
- we follow the GitHub Flow branching model
- for other development and coding style conventions, see the NLeSC Style Guide
- don't include extra dependencies without a good reason. Only use licenses compattible with the license of this project, a Apache v2.0
- please document your code, and provide unit tests
at the minimum npm run check
should pass without errors.