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

https://github.com/roma-glushko/gitmoji

👷 My personal gitmoji
https://github.com/roma-glushko/gitmoji

gitmoji

Last synced: 6 months ago
JSON representation

👷 My personal gitmoji

Awesome Lists containing this project

README

          

# gitmoji
My personal gitmoji

| Emoji | Description |
|------------------------|-------------------------------------------------------------------------------------------------------------------|
| :sparkles: | **feat:** a new feature |
| :bug: | **fix:** a bug fix |
| :books: | **docs:** documentation only changes |
| :art: | **style:** changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
| :recycle: | **refactor:** a code change that neither fixes a bug nor adds a feature |
| :zap: | **perf:** a code change that improves performance |
| :rotating_light: | **test:** adding missing or correcting existing tests |
| :wrench: | **chore:** changes to the build process or auxiliary tools and libraries such as documentation generation |
| :rocket: | **chore(release):** code deployment or publishing to external repositories |
| :package: | **build:** changes related to build processes |
| :construction_worker: | **ci:** updates to the continuous integration system |
| :rocket: | code deployment or publishing to external repositories |
| :lock: | Fixing security issues. |
| :globe_with_meridians: | Internationalization and localization. |
| :boom: | Introducing breaking changes. |
| :gear: | Changing configuration files. |
| :arrow_up: | Upgrade dependencies |