Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 467 Bytes

File metadata and controls

11 lines (10 loc) · 467 Bytes
  • Keep changes focused and reviewable.
  • Use Conventional Commit PR titles: type(scope): summary. Accepted types: feat, fix, docs, test, ci, refactor, perf, chore, revert, style, and build.
  • PR descriptions must include Summary and Validation.
  • Sign every commit with DCO: git commit -s.