git-style-guide icon indicating copy to clipboard operation
git-style-guide copied to clipboard

Semantic commits

Open macalinao opened this issue 8 years ago • 3 comments

I think semantic commits would be great to enforce:

http://seesparkbox.com/foundry/semantic_commit_messages

macalinao avatar Dec 19 '15 05:12 macalinao

:+1: I use similar style in my own commits.

Very useful when you're try to find commit in history. The keywords brings some predictability about what the commit does.

denysdovhan avatar Dec 26 '15 09:12 denysdovhan

There's also https://conventionalcommits.org/ now; it's based on the Angular commit guidelines and it also helps build an automated changelog since the commit titles have a consistent grammar.

dijonkitchen avatar Feb 16 '18 19:02 dijonkitchen

I'm not a fan of conventional commits, so I wouldn't like to suggest it in this style guide.

agis avatar Aug 27 '22 21:08 agis