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
- Host: GitHub
- URL: https://github.com/nicola/emoji-commits
- Owner: nicola
- Created: 2015-06-22T08:38:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T19:08:34.000Z (almost 9 years ago)
- Last Synced: 2025-04-22T13:19:53.143Z (about 1 month ago)
- Homepage:
- Size: 3.91 KB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - nicola/emoji-commits - :rocket: The new generation of git commit messages (Others)
README
# Emoji Commit Messages
[](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*.