Skip to content

Instantly share code, notes, and snippets.

@OblateSpheroid
OblateSpheroid / semantic-commit-messages.md
Last active September 30, 2021 09:43 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format:

<type>(<scope>): <subject>

<body>