Skip to content

Instantly share code, notes, and snippets.

@mikecentola
Last active September 11, 2025 19:13
Show Gist options
  • Select an option

  • Save mikecentola/7ad9d7ba149e47fe314d327b7c2cf295 to your computer and use it in GitHub Desktop.

Select an option

Save mikecentola/7ad9d7ba149e47fe314d327b7c2cf295 to your computer and use it in GitHub Desktop.
Git Message Template for Convetional Commits
## CONVENTIONAL COMMITS GITMESSAGE TEMPLATE ##
## ------------------- TITLE ----------------------- ##
## <type>: ##
## ( build/chore/ci/docs/feat/fix/perf/refactor/revert/style/test ) ##
## <optional scope>: ( opt proj subsection, e.g. fix(admin) ) ##
## <description>: concise summary, imperative voice ##
## SHOOT FOR 50 CHARS. NO MORE THAN 72. 50 => ## 72 => ##
<type>(<optional scope>): <desription>
## BLANK LINE BETWEEN TITLE AND BODY ##
## <optional body>: DETAILED RATIONALE FOR COMMIT ##
## WRAP AT 72 CHARS. ################################# WHICH IS HERE: #
<optional body>
## <optional footer>: REFERENCE ISSUES OR BREAKING CHANGES ##
## ANY COMMIT CO-AUTHORS GO HERE ##
<optional footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment