Skip to content

Instantly share code, notes, and snippets.

View polonski's full-sized avatar
:electron:

Michał Połoński polonski

:electron:
View GitHub Profile
@polonski
polonski / semantic-commit-messages.md
Last active November 15, 2021 10:09 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Conventional Semantic Commit Messages

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

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

<scope> is optional

Example