An open API service indexing awesome lists of open source software.

https://github.com/nicola/emoji-commits

:rocket: The new generation of git commit messages
https://github.com/nicola/emoji-commits

Last synced: about 1 month ago
JSON representation

:rocket: The new generation of git commit messages

Awesome Lists containing this project

README

        

# Emoji Commit Messages

[![Join the chat at https://gitter.im/nicola/emoji-commits](https://badges.gitter.im/nicola/emoji-commits.svg)](https://gitter.im/nicola/emoji-commits?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Consider starting the commit message with an applicable emoji:

| | `Code` | Use it when |
|:--:|:-----:|:------------|
| :lipstick: | `:lipstick:` | improving the format/structure of the code |
| :racehorse: | `:racehorse:` | improving performance |
| :non-potable_water: | `:non-potable_water:` | plugging memory leaks |
| :memo: | `:memo:` | writing docs |
| :penguin: | `:penguin:` | fixing something on Linux |
| :apple: | `:apple:` | fixing something on Mac OS |
| :checkered_flag: | `:checkered_flag:` | fixing something on Windows |
| :bug: | `:bug:` | fixing a bug |
| :scissors: | `:scissors:` | removing code or files |
| :green_heart: | `:green_heart:` | fixing the CI build |
| :white_check_mark: | `:white_check_mark:` | adding tests |
| :lock: | `:lock` | dealing with security |
| :arrow_up: | `:arrow_up:` | upgrading dependencies |
| :arrow_down: | `:arrow_down:` | downgrading dependencies |
| :wrench: | `:wrench:` | change configuration |

(From [atom](https://atom.io/docs/latest/contributing#git-commit-messages))

## Contribute

By being contributor (after a PR is merged), you are part of the [*Emoji Commit Messages Consortium*](https://github.com/nicola/emoji-commits/graphs/contributors). Feel free to propose new or edit existing *emoji commits*.