Skip to main content

template-for-commits

Template for commits​

# [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
#```