--- name: "feedback-semantic-commits" title: "Semantic commits" description: "Use conventional semantic commit messages" type: "feedback" category: "git" tags: ["feedback", "workflow"] related: ["[[feedback-working-style]]", "[[tech-release-please-pr-title]]"] --- Conventional Commits style. Subject: lowercase, short. Body only when needed. **How to apply:** `feat(scope): …`, `fix(scope): …`, `chore: …`. Related: [[tech-release-please-pr-title]], [[feedback-concise-english]].