Contributions are highly welcomed and appreciated. Please follow these guidelines when contributing to the project:
- Fork the repository.
- Install pre-commit and run
pre-commit install
to ensure style-guides and code checks are followed. - Make your changes (not forgetting documentation and tests).
- Ensure tests are passing using
tox
.