Initial commit
This commit is contained in:
10
skills/commit-format/templates/simple-commit.txt
Normal file
10
skills/commit-format/templates/simple-commit.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
# Simple Commit Template
|
||||
# Copy and customize for simple commits
|
||||
|
||||
type(scope): subject line here
|
||||
|
||||
# Examples:
|
||||
# feat(auth): add password reset flow
|
||||
# fix(api): resolve duplicate email validation
|
||||
# docs: update installation guide
|
||||
# chore(deps): upgrade React to v19.1.0
|
||||
12
skills/commit-format/templates/with-body.txt
Normal file
12
skills/commit-format/templates/with-body.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user