Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 464 Bytes

File metadata and controls

12 lines (11 loc) · 464 Bytes

Repository Notes

  • Use explicit branch prefixes:
    • feature/ for new features
    • fix/ for bug fixes
    • hotfix/ for urgent production fixes
    • chore/ for maintenance, tooling, and housekeeping
  • PR titles should describe the change directly and should not mention coding agents or use prefixes like [codex].
  • Prefer concise PR titles such as:
    • add MikroORM support
    • fix audit log summary wording
    • document supported schema adapters