mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-03-20 07:20:00 +00:00
fix(docs): correct commit style guide path reference
This commit is contained in:
8
.agent/COMMITS.md
Normal file
8
.agent/COMMITS.md
Normal file
@@ -0,0 +1,8 @@
|
||||
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`
|
||||
Reference in New Issue
Block a user