mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 23:10:11 +00:00
* feat: add PR template with risk assessment and review tracks Add a pull request template that includes summary, change type, validation checklist, security/database impact sections, blast radius, and rollback plan. Update CONTRIBUTING.md with review track definitions (A/B/C) based on change risk level. Co-Authored-By: Claude Opus 4.6 <[email protected]> * fix: expand CONTRIBUTING.md with setup, workflow, and guidelines Add getting started, development workflow, code style summary, database change guidance, and dependency management sections. Co-Authored-By: Claude Opus 4.6 <[email protected]> --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
1.1 KiB
1.1 KiB
Summary
Change Type
- Bug fix
- New feature
- Refactor
- Documentation
- CI/Infrastructure
- Security
- Dependencies
Linked Issue
Validation
cargo fmtcargo clippy --all --benches --tests --examples --all-features- Relevant tests pass:
- Manual testing:
Security Impact
Database Impact
Blast Radius
Rollback Plan
Review track: