feat: Update footer with new "Privacy Policy" link for enhanced compliance and user awareness
This commit is contained in:
31
CONTRIBUTING.md
Normal file
31
CONTRIBUTING.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Contributing
|
||||||
|
|
||||||
|
## Commit Message Standard
|
||||||
|
|
||||||
|
Bitte nutze fuer alle Commits dieses Format:
|
||||||
|
|
||||||
|
`<type>: <kurze beschreibung>`
|
||||||
|
|
||||||
|
Beispiele:
|
||||||
|
- `feat: add product metadata for hero sections`
|
||||||
|
- `fix: correct vat calculation in checkout`
|
||||||
|
- `refactor: split product config helper functions`
|
||||||
|
|
||||||
|
## Erlaubte Typen
|
||||||
|
|
||||||
|
- `feat` neue Funktionalitaet
|
||||||
|
- `fix` Bugfix
|
||||||
|
- `refactor` Umstrukturierung ohne Verhaltensaenderung
|
||||||
|
- `docs` Dokumentation
|
||||||
|
- `test` Tests
|
||||||
|
- `chore` Wartung/Tooling
|
||||||
|
- `perf` Performance
|
||||||
|
- `build` Build/Dependencies
|
||||||
|
- `ci` CI/CD-Aenderungen
|
||||||
|
- `revert` Ruecknahme eines Commits
|
||||||
|
|
||||||
|
## Regeln
|
||||||
|
|
||||||
|
- Subjekt im Imperativ und klein beginnen.
|
||||||
|
- Keine Punkte am Ende der Commit-Betreffzeile.
|
||||||
|
- Optional Scope nutzen, wenn sinnvoll: `fix(api): ...`, `feat(config): ...`.
|
||||||
Reference in New Issue
Block a user