Skip to content

Instantly share code, notes, and snippets.

@cesargdm
Last active July 27, 2017 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesargdm/e9c9a966f753eb747ed0dbee07d1cc0a to your computer and use it in GitHub Desktop.
Save cesargdm/e9c9a966f753eb747ed0dbee07d1cc0a to your computer and use it in GitHub Desktop.
Emojimmit - Use emoji for commit descriptions

Emojimmit

Identify commits easily by using emojis

Use Description Emoji
Feat         New feature                   🎉
Fix           Bug Fix                       🐞
Docs         Documentation only changes     📄
Style Changes that do not affect the meaning of the code 💅
Refactor     A code change that neither fixes a bug nor adds a feature 📎
Perf A code change that improves performance 🛠
Test Adding missing tests or correcting existing tests ⚗️
Build Changes that affect the build system or external dependencies 🏗
CI Changes to our CI configuration files and scripts 🤖
Revert       Reverts a previous commit  ⌛️

Usage

🐞 - Text recognition now working

💅 - Main container background color change

Types taken from https://github.com/commitizen/conventional-commit-types

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