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 branchChecks:
just checkruns formatting, linting, type checking, typos, and YAML validationDocs: These pages live in
docs/book/(GitBook source, plain Markdown). Edit the.mdfiles and register new pages indocs/book/toc.mdOutside contributors: Direct PRs are limited to collaborators. Comment on an existing issue or open a new one before you write code; once a maintainer agrees on the approach, they will add you as a collaborator so you can open the PR. Small fixes like typos: just open an issue and we'll make the change.
Links
Last updated
Was this helpful?