Skip to content

Instantly share code, notes, and snippets.

@andre2l2
Last active February 20, 2024 19:34
Show Gist options
  • Save andre2l2/965b62efd1a5b24b6f83dc1cfdace7ac to your computer and use it in GitHub Desktop.
Save andre2l2/965b62efd1a5b24b6f83dc1cfdace7ac to your computer and use it in GitHub Desktop.

Conventional Commits List

Type Name Description
feat: Features A new feature
fix: Bug Fixes A bug fix
docs: Documentation Documentation only changes
style: Styles Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor: Code Refactoring A code change that neither fixes a bug nor adds a feature
perf: Performance Improvements A code change that improves performance
test: Tests Adding missing tests or correcting existing tests
build: Builds Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ci: Continuous Integrations Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
chore: Chores Other changes that don't modify src or test files
revert: Reverts Reverts a previous commit

The commit message example

<type>(optional scope): <description>

[optional body]

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