Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 339 Bytes

Contributions.md

File metadata and controls

13 lines (10 loc) · 339 Bytes

To contribute to this project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bugfix.

  3. Install dependencies with poetry install.

  4. Run tests and format your code:

    poetry run pytest
    poetry run black .
  5. Submit a pull request with a description of your changes.