Contributor Workflow
See the full guide in Contributing.
Summary
- Open an issue or select an existing one.
- Confirm scope against PRD, SRS, and SDD.
- Create a branch from
main. - Make focused changes with requirement references.
- Update docs and RTM when behavior changes.
- Open a Pull Request with a complete checklist.
Branch Naming
feat/<short-topic>fix/<short-topic>docs/<short-topic>chore/<short-topic>