Contributor Workflow
See the full guide in Contributing.
Summary
- Open an issue or select an existing one.
- Confirm scope against PRD, SRS, SDD, and
DESIGN.md(for visual/UI changes). - 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>