Forked from adeekshith/.git-commit-template.txt
Last active
February 16, 2018 18:35
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ⬆ <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