We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1f8af commit cfe7d90Copy full SHA for cfe7d90
1 file changed
CLAUDE.md
@@ -307,12 +307,14 @@ Follow Conventional Commits format with these guidelines:
307
- **Summary**: Imperative mood, lowercase, no period at end
308
309
**Additional lines** (if needed):
310
+
311
- Keep terse and precise
312
- Focus on the **why**, not the what (code diffs show the what)
313
- Explain motivation, context, or non-obvious implications
314
- Leave blank line between summary and body
315
316
**Examples**:
317
318
```
319
refactor(test): simplify control flow in permission test
320
0 commit comments