Skip to content

Latest commit

History

History
24 lines (15 loc) 路 1021 Bytes

README.md

File metadata and controls

24 lines (15 loc) 路 1021 Bytes
gitemoji

About

GitEmoji is a guide to standardize and explain how to use emojis on GitHub commit messages.

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. As there are a lot of different emojis but also a lot of emojis guides, we found the need of creating a guide in our way that can help to use emojis easier.

Example of usage

In case you want integrate emojis in your project, here's an example of a practical way to use it :

<message> :shortcode:
  • message: Brief commit message explaining your changes.
  • shortcode: String that will add the emoji chosen next to your message.

Contributing to GitEmoji

To add a feature or a new emoji to the list create an issue and send a pull request.