If by chance you would like to add or modify a feature for the greater good, feel free to create a pull request with your changes on this repository. Here are a few guidelines you need to take into account.
- Add unittests that prove your new functionality works.
- Format your code using Prettier and the configuration that is included in this package
- Ensure your IDE adheres to the EditorConfig file that is included in this package
- Update the README.md with details of changes to the interface, this includes new input and potential outputs.
- Increase the version numbers in package.json. The versioning scheme we use is SemVer.