Skip to content

Instantly share code, notes, and snippets.

@dahal
Created July 30, 2019 05:00
Show Gist options
  • Save dahal/a629db9d135a982a6d535e7f77b8328a to your computer and use it in GitHub Desktop.
Save dahal/a629db9d135a982a6d535e7f77b8328a to your computer and use it in GitHub Desktop.
Git Message
# [SUBJECT] - If applied, this commit will...
# ******** Above this line ******** #
# 1. Separate subject from body with a blank line
# 2. Limit the subject line to 50 characters
# 3. Capitalize the first letter subject line
# 4. Do not end the subject line with a period
# 5. Use the imperative mood in the subject line
# 6. Wrap the body at 72 characters
# 7. Use the body to explain what and why vs. how
#
# [BODY] - Description of your commit should go below. Make sure to leave
# one empty line after your description.
# [REFERENCE]
# Finally, please add a reference to other issues, bugtracker or pull
# request on GitHub here below.
# Example
# -------
#
# Resolves #1
# Resolves #2
# Closes #3
# [Bug](http://link.to.bug)
#
# Accepted keywords are:
#
# * Resolves
# * Closes
# * See also
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment