You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seem to be a few of these different commit message formats.
In this particular case is appears git-good-commit issues a warning because the commit does not appear to be capitalised.
$ git commit -m 'chore: add Oyster build script'
chore: add Oyster build script [line 1]
- Capitalize the subject line
Proceed with commit? [e/y/n/?]
Are you looking for the git-good-commit simply not to present warnings for chore: add Oyster build script, or for git-good-commit to present a warning if a commit message does not include one of the given prefixes?
Support for semantic commits seems to be easy to implement. See https://seesparkbox.com/foundry/semantic_commit_messages
The text was updated successfully, but these errors were encountered: