⚡ Suggestions
Paste a diff and click ⚡ Generate to get 5 commit
suggestions.
📖 Conventional Commits Reference
| feat | New feature for the user |
| fix | Bug fix for the user |
| docs | Documentation changes only |
| style | Formatting (no logic change) |
| refactor | Code change, not fix nor feature |
| perf | Performance improvement |
| test | Adding or correcting tests |
| chore | Build tasks, deps, configs |
| ci | CI config changes |
| revert | Reverts a previous commit |
Format: type(scope)!: subject · scope and ! (breaking) are optional