Skip to content

Instantly share code, notes, and snippets.

View alpteo's full-sized avatar
🏀

Alper TEOMAN alpteo

🏀
View GitHub Profile
@alpteo
alpteo / semantic-commit-messages-with-emojis.md
Last active June 24, 2024 18:37
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