committing-android-changes
Installation
SKILL.md
Git Commit Conventions
Commit Message Format
[PM-XXXXX] <type>: <imperative summary>
<optional body explaining why, not what>
Rules
- Ticket prefix: Always include
[PM-XXXXX]matching the Jira ticket - Type keyword: Include a conventional commit type after the ticket prefix (see table below)
- Imperative mood: "Add feature" not "Added feature" or "Adds feature"
- Short summary: Under 72 characters for the first line
- Body: Explain the "why" not the "what" — the diff shows the what