Skip to content

Instantly share code, notes, and snippets.

@Callisto13
Created December 9, 2022 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Callisto13/802d9505142e24e2553584fa3753463b to your computer and use it in GitHub Desktop.
Save Callisto13/802d9505142e24e2553584fa3753463b to your computer and use it in GitHub Desktop.
# Title above here
# Use 50 characters maximum.
# Do not use a sentence-ending period.
#
# Prefixes:
#
# bump = bump version
# chore(subtype) = chore
# docs = documentation
# feat = new feature
# fix = fixing something
# patch = fixing something that's technically not broken... yet
# ref = refactoring code
# sec = security related
#
# beautify, style = code style changes
# tag = release tag commits (rare, but happens)
#
# Chore subtypes:
#
# chore(deps) = update dependency
# chore(fmt) = similar to beautify/style, but in a more compact way
# chore(gen) = update generated code/documentation
# chore(lang) = typo fix, refrasing sentences, fix any language related issues
# Description
#
# Use 72 characters maximum per line for typical word wrap text.
#
# Keywords:
#
# 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.
# References
#
# Simple list of references like External URLs, file or histroy references,
# Ticket ID/URL, link to a discussion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment