Quellcode durchsuchen

chore: Update claude.md

Michael Bromley vor 1 Woche
Ursprung
Commit
6cfc0c3832
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      CLAUDE.md

+ 3 - 1
CLAUDE.md

@@ -110,12 +110,14 @@ DB=sqlite npm run populate
 
 Conventional commits enforced by commitlint:
 ```
-type(scope): message
+type(scope): Message
 
 Types: feat, fix, docs, perf, style, refactor, test, chore
 Scopes: core, common, admin-ui, dashboard, email-plugin, etc.
 ```
 
+- If you are fixing an issue, include `Fixes #ISSUE_NUMBER` in the body, or if it's not a full fix, `Relates to #ISSUE_NUMBER`.
+
 ## GraphQL
 
 - Two APIs: Admin API (`/admin-api`) and Shop API (`/shop-api`)