Conventional Commits is a simple convention for commit messages that makes them human- and machine-readable, helping with versioning, changelogs, and collaboration.
Format: <type>(<scope>?): <short description>
🚀 Commit Types:
| Type | Description | Example |