Skip to content

Instantly share code, notes, and snippets.

@shackra
Forked from adeekshith/.git-commit-template.txt
Last active February 16, 2018 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shackra/13414ace887727e8d4a30ec744f2dbee to your computer and use it in GitHub Desktop.
Save shackra/13414ace887727e8d4a30ec744f2dbee to your computer and use it in GitHub Desktop.
This commit message template that helps you write great commit messages and enforce it across your team.
# ⬆ <Type>: Si se aplica, este commit...
# ⬇ Explique por que este cambio esta siendo realizado:
# ⬇ Provea enlaces o tiquetes relevantes, artículos u otros recursos
# --- COMMIT END ---
# <Type> can be
# 'chg' is for refactor, small improvement, cosmetic changes...
# 'fix' is for bug fixes
# 'new' is for new features, big improvement
# --------------------
# Remember to ***
# Capitalize the subject line
# Use the imperative mood in the subject line ***
# Do not end the subject line with a period!
# Separate subject from body with a blank line
# Use the body to explain what and why vs. how
# Can use multiple lines with "-" for bullet points in body!!
# --------------------
# For more information about this template, check out
# https://gist.github.com/adeekshith/cd4c95a064977cdc6c50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment