mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 06:58:43 +00:00
Add commit-msg hook, .gitmessage, and setup script. Ignore .cursor/ in gitignore and lower contact rate limit to 5 per hour. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
497 B
Plaintext
17 lines
497 B
Plaintext
# Conventional Commits – nur die erste nicht-kommentierte Zeile wird verwendet
|
||
# Format: type(scope): description
|
||
#
|
||
# feat Neues Feature
|
||
# fix Bugfix
|
||
# docs Dokumentation
|
||
# style Formatierung (keine Logik)
|
||
# refactor Umbau ohne Feature/Fix
|
||
# perf Performance
|
||
# test Tests
|
||
# build Build / Dependencies
|
||
# ci CI/CD
|
||
# chore Sonstiges
|
||
#
|
||
# Beispiel (diese Zeile anpassen und Kommentare löschen oder stehen lassen):
|
||
# feat(products): hide vpc and vps in navigation
|