✍️ What changed?
✨
feat
🐛
fix
♻️
refactor
⚡
perf
📚
docs
💅
style
✅
test
🔧
chore
📖 Conventional Commits Reference
| Type | When to use |
|---|---|
| feat | New feature for the user |
| fix | Bug fix for the user |
| refactor | Code change, no bug fix or feature |
| perf | Performance improvements |
| docs | Documentation changes only |
| style | Formatting, no logic change |
| test | Adding or fixing tests |
| chore | Build process, dependency updates |
| ci | CI/CD config changes |
| build | Build system changes |
| revert | Reverts a previous commit |
Format:
type(scope)!: short description
longer body (optional)
BREAKING CHANGE: description
Closes #123