Skip to content

Instantly share code, notes, and snippets.

@humatios
humatios / conventional_commits.md
Last active August 6, 2022 13:47
How to Write a Git Commit Message

Conventional Commits

Summary

The commit message should be structured as follows:


<Emoji> <type>(<scope>): <subject>
|&lt;---- Using a Maximum Of 50 Characters ----&gt;|