Contributing
How to contribute to Kitaru
We welcome contributions to Kitaru! For full guidelines, see CONTRIBUTING.md in the repository.
Quick Start
git clone https://github.com/zenml-io/kitaru.git
cd kitaru
uv sync
just check # Run all checks
just test # Run testsKey Details
- Default branch:
develop— all PRs target this branch - Checks:
just checkruns formatting, linting, type checking, typos, and YAML validation - Docs: Run
just generate-docsthenjust docsto preview locally