Skip to content

Contributor Workflow

See the full guide in Contributing.

Summary

  1. Open an issue or select an existing one.
  2. Confirm scope against PRD, SRS, and SDD.
  3. Create a branch from main.
  4. Make focused changes with requirement references.
  5. Update docs and RTM when behavior changes.
  6. Open a Pull Request with a complete checklist.

Branch Naming

  • feat/<short-topic>
  • fix/<short-topic>
  • docs/<short-topic>
  • chore/<short-topic>

Distributed under MIT License.