Skip to content

Instantly share code, notes, and snippets.

@dheysonalves
Forked from thammuio/git-commit-m.md
Created January 27, 2021 09:39
Show Gist options
  • Save dheysonalves/060f461b30617a888fb7a1c34ed762e4 to your computer and use it in GitHub Desktop.
Save dheysonalves/060f461b30617a888fb7a1c34ed762e4 to your computer and use it in GitHub Desktop.
My commit messages.

List of conventional Commit Types and their usage

Commit Type Title Description Emoji
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 πŸ—‘
@dheysonalves
Copy link
Author

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