Contributing

We love your input! We want to make contributing to Hetero as easy and transparent as possible.

Development Process

  1. Fork the repo and create your branch from main.

  2. If you’ve added code that should be tested, add tests.

  3. Update the documentation.

  4. Ensure the test suite passes.

  5. Make sure your code lints.

  6. Issue that pull request!

Code Style

  • Use PEP 8

  • Write docstrings for new functions

  • Comment your code