Skip to content

Instantly share code, notes, and snippets.

@RomanPodkovyrin
Last active November 17, 2022 09:22
Show Gist options
  • Save RomanPodkovyrin/11854e06d5b719db75cb518520e64d07 to your computer and use it in GitHub Desktop.
Save RomanPodkovyrin/11854e06d5b719db75cb518520e64d07 to your computer and use it in GitHub Desktop.
Commit messages

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Type

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)
  • BREAKING CHANGE or ! at the end of type to draw attention to a breaking change
  • wip: work in progress
  • config: changes to configuration and environment files
  • build
  • ci
  • perf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment