Skip to content

Instantly share code, notes, and snippets.

@fegvilela
Last active June 15, 2021 18:27
Show Gist options
  • Save fegvilela/d952df04b575483b23e2bdaa498d072d to your computer and use it in GitHub Desktop.
Save fegvilela/d952df04b575483b23e2bdaa498d072d to your computer and use it in GitHub Desktop.
Conventional commits summary

feat: a new feature
fix: a bug fix
docs: documentation only changes
style: changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: a code change that neither fixes a bug or adds a feature
perf: a code change that improves performance
chore: changes to the build process or auxiliary tools and libraries such as documentation generation
test: adding missing tests

  • green: pass tests
  • red: didn't pass tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment