Contributing
Contributing
Review Workflow
Bawa satu scoped change dari issue understanding menuju clean review.
Command
make checkCategory
Developer Guide
Quick Command
scope -> implement -> test -> document -> reviewContribution Flowâ
Before You Begin
- Define scopeRequired
Jelaskan behavior, affected boundaries, dan non-goals.
- Preserve architectureRequired
Ikuti existing ownership dan dependency direction.
- Implement completelyRequired
Tambahkan code, errors, logging, tests, dan docs yang diperlukan.
- ValidateRequired
Jalankan focused checks lalu complete suite.
- Review diffRequired
Hapus debugging, unrelated edits, generated output, dan secrets.
Validasi contributor
bashgit status --short
git diff
python -m pytest
make check
make pre-commit-validate
make pre-commit-run-staged
make pre-commit-runFinal Review Checklistâ
Pastikan public CLI behavior didiskusikan, tests tidak dihapus, configuration dan documentation sinkron, serta recovery dan side effects dijelaskan.