For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 tests

Key Details

  • Default branch: develop — all PRs target this branch

  • Checks: just check runs formatting, linting, type checking, typos, and YAML validation

  • Docs: Run just generate-docs then just docs to preview locally

Last updated

Was this helpful?