Files
vibeline/.cursor/rules/commit-style.mdc
2025-04-03 11:04:34 +01:00

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/