Skip to content

Instantly share code, notes, and snippets.

@jmetzz
Created April 12, 2022 12:35
Show Gist options
  • Save jmetzz/3b986d1551261c3952690f7c8b2da6e9 to your computer and use it in GitHub Desktop.
Save jmetzz/3b986d1551261c3952690f7c8b2da6e9 to your computer and use it in GitHub Desktop.
Add your title here - keep under 50 characteres
This change addresses: [JIRA Ticket]
Why:
* Reason 1
* Reason ...
# 50-character subject line
#
# 72-character wrapped longer description.
# ## Help ##
#
# Subject line imperative uppercase verbs:
#
# Add = Create a capability e.g. feature, test, dependency.
# Drop = Delete a capability e.g. feature, test, dependency.
# Fix = Fix an issue e.g. bug, typo, accident, misstatement.
# Bump = Increase the version of something e.g. a dependency.
# Make = Change the build process, or tools, or infrastructure.
# Start = Begin doing something; e.g. enable a toggle, feature flag, etc.
# Stop = End doing something; e.g. disable a toggle, feature flag, etc.
# Optimize = A change that MUST be just about performance, e.g. speed up code.
# Document = A change that MUST be only in the documentation, e.g. help files.
# Refactor = A change that MUST be just refactoring.
# Reformat = A change that MUST be just format, e.g. indent line, trim space, etc.
# Rephrase = A change that MUST be just textual, e.g. edit a comment, doc, etc.
#
# For the subject line:
# * Use 50 characters maximum.
# * Do not use a sentence-ending period.
#
# For the body text:
# * Use as many lines as you like.
# * Use 72 characters maximum per line for typical word wrap text.
#
#
# ## Usage ##
#
# Put the template file here:
#
# ~/.git_commit_template.txt
#
# Configure git to use the template file by running:
#
# git config --global commit.template ~/.git_commit_template.txt
#
# Add the template file to the ~/.gitconfig file:
#
# [commit]
# template = ~/.git_commit_template.txt
#
# If you prefer other file locations ,
# you can freely adjust the usage as you like.
#
@jmetzz
Copy link
Author

jmetzz commented Apr 12, 2022

a simple template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment