git-style-guide
git-style-guide copied to clipboard
Semantic commits
I think semantic commits would be great to enforce:
http://seesparkbox.com/foundry/semantic_commit_messages
:+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.
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.
I'm not a fan of conventional commits, so I wouldn't like to suggest it in this style guide.