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
- Host: GitHub
- URL: https://github.com/roma-glushko/gitmoji
- Owner: roma-glushko
- Created: 2024-01-21T10:38:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T10:48:36.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:23:14.727Z (8 months ago)
- Topics: gitmoji
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |