-
Notifications
You must be signed in to change notification settings - Fork 173
Add Claude code slash command for standardized commit messages. #3317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Claude code slash command for standardized commit messages. #3317
Conversation
Adds a Claude Code slash command that guides creation of standardized commit messages following the seven rules outlined by Chris Beams in his article (https://cbea.ms/git-commit/) and conventional commits specification. Signed-off-by: Stanislav Jakuschevskij <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3317 +/- ##
==========================================
- Coverage 55.10% 55.04% -0.06%
==========================================
Files 170 170
Lines 19851 19851
==========================================
- Hits 10938 10927 -11
- Misses 7845 7854 +9
- Partials 1068 1070 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gauron99
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a typo 😁 Otherwise looks good to me!
Co-authored-by: David Fridrich <[email protected]>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gauron99, twoGiants The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
/func-commit-messageslash command that guides creation of standardized commit messages following the seven rules of Chris Beams in his "How to Write a Git Commit Message" article and conventional commits specification./kind enhancement
Release Note
Docs