Thanks for supporting this project. If you want to provide a contribution to this project please apply the following steps.
- Create an issue describing the requested change.
- Create a new branch in this repository.
- Commit your changes using the semantic versioning commit message format.
- Add new tests and modify tests so that all new/changed code is properly tested.
- Make sure that the code builds, that tests are green and that there are no formatting and linting errors running the
npm ci
script - Make sure that all checks in the pull request are green.