Tiny Note: Better Commit Messages in 30 Seconds
·32 words·1 min
I use this structure:
- Verb + scope + reason
Examples:
fix(auth): handle missing refresh tokendocs(setup): clarify local build step
The key is writing why the change exists, not only what changed.