Welcome to the Kroki-rs developer community! This guide will get you from zero to your first contribution in minutes.
1. Prerequisites¶
Rust: Install rustup (Stable channel).
Podman: Install Podman (Recommended for containerized verification).
GitHub CLI: Install
gh(For PR management).
2. Setup¶
# Initialize tools and base images
./dflow setup3. Rapid Iteration¶
# Run local verification on your host OS
./dflow develop4. First Contribution Flow¶
Branch:
git checkout -b feat/my-cool-featureHack: Implement your changes in
src/.Verify: Run
./dflow ci-verifyto ensure container parity.Propose:
./src-scripts/gh-tasks/propose-release.sh
For detailed guidance, see: