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 | π |
-
-
Save dheysonalves/060f461b30617a888fb7a1c34ed762e4 to your computer and use it in GitHub Desktop.
My commit messages.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://chris.beams.io/posts/git-commit/