# 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
