mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-19 14:34:27 +01:00
14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
---
|
|
description:
|
|
globs:
|
|
alwaysApply: true
|
|
---
|
|
# git commit style
|
|
|
|
- Commit early and often
|
|
- Commit messages should be short and precise
|
|
- Use semantic commit messages
|
|
- Use convenctional commits
|
|
- https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
|
|
- https://www.conventionalcommits.org/en/v1.0.0/
|