Skip to content

Instantly share code, notes, and snippets.

View wolffparkinson's full-sized avatar

WolffParkinson wolffparkinson

  • India
View GitHub Profile
@alpteo
alpteo / semantic-commit-messages-with-emojis.md
Last active May 17, 2024 13:59
Semantic Commit Messages with Emojis

Semantic Commit Messages with Emojis

Commit format: <emoji_type> <commit_type>(<scope>): <subject>. <issue_reference>

Example

:sparkles: feat(Component): Add a new feature. Closes: #
^--------^ ^--^ ^-------^   ^---------------^  ^------^
|          |    |           |                  |
| | | | +--&gt; (Optional) Issue reference: if the commit closes or fixes an issue