Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 560 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 560 Bytes

Contributing

We are happy if you want to contribute to this project. If you find any bugs or have suggestions for improvements, please open an issue. We are also happy to accept your PRs. Just open an issue beforehand and let us know what you want to do and why.

Development setup

  1. Clone the repository and navigate inside the new directory.

  2. Install dependencies using Poetry

poetry install
  1. Install the pre-commit hooks for linting and to enforce a consistent code style.
pre-commit install