Skip to content
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

implement semantic commits #21

Open
ssbarnea opened this issue Apr 13, 2017 · 2 comments
Open

implement semantic commits #21

ssbarnea opened this issue Apr 13, 2017 · 2 comments

Comments

@ssbarnea
Copy link

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

@tommarshall
Copy link
Owner

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
Copy link
Owner

@ssbarnea is this a duplicate of #15?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants