Contributing¶
Setup¶
Workflow¶
- Find an issue:
just issue-next - Start it:
just issue-start <number> - Write code with atomic commits (see Commit Rules)
- Verify:
just check - Close:
just issue-done <number>
Standards¶
- Follow the coding standards in DEVELOPMENT.md
- Google-style docstrings on all public APIs
- Tests required for all new code (
just test-covmust stay ≥ 80%) just checkmust pass before any PR
Submitting a PR¶
Use the PR template — it has a checklist. All CI checks must pass.