Skip to content

Instantly share code, notes, and snippets.

View svirins's full-sized avatar
🎯
Focusing

Dzmitry Sviryn svirins

🎯
Focusing
View GitHub Profile
@svirins
svirins / semantic-commit-messages.md
Last active August 1, 2022 04:07 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages
feat(<scope>): add hat wobble
^--^  ^------------^
|     |
|     +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.

<scope> is optional