Skip to content

Instantly share code, notes, and snippets.

@thammuio
Last active June 11, 2022 14:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thammuio/1d71c5ea3b9d72a6acc1294ee7ccdd38 to your computer and use it in GitHub Desktop.
Save thammuio/1d71c5ea3b9d72a6acc1294ee7ccdd38 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 πŸ—‘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment