Skip to content

Instantly share code, notes, and snippets.

@aryanprince
Last active March 13, 2023 19:46
Show Gist options
  • Save aryanprince/5ea2eec4cd89ed34ebeef2b00379d979 to your computer and use it in GitHub Desktop.
Save aryanprince/5ea2eec4cd89ed34ebeef2b00379d979 to your computer and use it in GitHub Desktop.

Commit types

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