Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 406 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 406 Bytes

Contributing guidelines

Contributions are highly welcomed and appreciated. Please follow these guidelines when contributing to the project:

  1. Fork the repository.
  2. Install pre-commit and run pre-commit install to ensure style-guides and code checks are followed.
  3. Make your changes (not forgetting documentation and tests).
  4. Ensure tests are passing using tox.