Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 578 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 578 Bytes

Contributing

To contribute code changes or update the documentation, please follow these steps:

  1. Fork the upstream repository and clone the fork locally.
  2. Install pre-commit and install the hook by running pre-commit install
  3. Make whatever changes and additions you wish and commit these - please try to keep your commit history clean.
  4. Create a pull request to the main repository with an explanation of your changes

Note: if you add new code or modify existing code - 100% test coverage is mandatory and tests should be well written.