mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-02 07:19:59 +00:00
9 lines
352 B
Markdown
9 lines
352 B
Markdown
Commits
|
|
## Commit Message Format
|
|
Follow conventional commits style (all lowercase).
|
|
- `feat(scope): description` - New feature
|
|
- `fix(scope): description` - Bug fix
|
|
- `refactor(scope): description` - Code refactoring
|
|
- `docs(scope): description` - Documentation changes
|
|
- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry`
|