Files
gh-greyhaven-ai-claude-code…/skills/commit-format/templates/with-body.txt
2025-11-29 18:29:20 +08:00

13 lines
233 B
Plaintext

# Commit with Body Template
# Copy and customize for commits needing explanation
type(scope): subject line here
Explain why this change was made and any important context.
- Key point 1
- Key point 2
- Key point 3
Fixes GREY-123