- 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, andbuild. - PR descriptions must include
SummaryandValidation. - Sign every commit with DCO:
git commit -s.