Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 690 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 690 Bytes

How to contribute

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.