git-good-commit icon indicating copy to clipboard operation
git-good-commit copied to clipboard

implement semantic commits

Open ssbarnea opened this issue 7 years ago • 2 comments

Support for semantic commits seems to be easy to implement. See https://seesparkbox.com/foundry/semantic_commit_messages

ssbarnea avatar Apr 13 '17 14:04 ssbarnea

Hi @ssbarnea,

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?

Tom

tommarshall avatar Apr 26 '17 14:04 tommarshall

@ssbarnea is this a duplicate of #15?

tommarshall avatar Apr 26 '17 14:04 tommarshall