Tables for types and scopes.
| Type | Description | Example Commit Message |
|---|---|---|
| feat | A new feature for the user | feat: add user login functionality |
| fix | A bug fix for the user | fix: correct login validation |
| docs | Documentation only changes | docs: update API usage in README |
| style | Changes that do not affect the meaning of the code | style: format code with Prettier |