📝 Added entire list of gitmojis available
This commit is contained in:
parent
09b054a1fc
commit
cb1d35337b
1 changed files with 63 additions and 24 deletions
87
gitmoji.txt
87
gitmoji.txt
|
|
@ -1,37 +1,76 @@
|
|||
This file just contains a quick reference for some of my most used gitmojis.
|
||||
|
||||
A full list can be found at:
|
||||
https://gitmoji.dev/
|
||||
|
||||
gitmoji is a popular way of easily adding emojis to git repos like github,
|
||||
gitlab, gittea, and codeberg.
|
||||
|
||||
Simply typing the emoji like so:
|
||||
:tada:
|
||||
|
||||
Will produce an emoji in your commit message.
|
||||
|
||||
Nevertheless, some gitmojis and there use cases are listed here:
|
||||
|
||||
:tada: ............................ begin a project
|
||||
:wrench: .......................... add or update configuration files
|
||||
:construction: .................... work in progress
|
||||
:art: ............................. improve structure/format code
|
||||
:zap: ............................. improve performance
|
||||
:fire: ............................ remove code or files
|
||||
:bug: ............................. fix a bug
|
||||
:recycle: ......................... refactor code
|
||||
:bento: ........................... add or udpate assets
|
||||
:poop: ............................ write bad code that needs to be improved
|
||||
:boom: ............................ introduce breaking changes
|
||||
:bulb: ............................ add or update comments in source code
|
||||
:memo: ............................ add or update documentation
|
||||
:pencil2: ......................... fix typos
|
||||
:art: ............................. improve structure/format code
|
||||
:lipstick: ........................ add or update the ui and style files
|
||||
:zap: ............................. improve performance
|
||||
:ambulance ........................ critical hotfix
|
||||
:sparkles: ........................ introduce new features
|
||||
:memo: ............................ add or update documentation
|
||||
:rocket: .......................... deploy stuff
|
||||
:lipstick: ........................ add or update the ui and style files
|
||||
:tada: ............................ begin a project
|
||||
:white_check_mark: ................ add, update, or pass tests
|
||||
:lock: ............................ fix security issues
|
||||
:closed_lock_with_key: ............ add or update secrets
|
||||
:bookmark: ........................ release/version tags
|
||||
:card_file_box .................... perform database related changes
|
||||
:rotating_light: .................. fix compiler/linter warnings
|
||||
:construction: .................... work in progress
|
||||
:green_heart: ..................... fix ci build
|
||||
:arrow_down: ...................... downgrade dependencies
|
||||
:arrow_up: ........................ upgrade dependencies
|
||||
:pushpin: ......................... pin dependencies to specific versions
|
||||
:construction_worker: ............. add or udpate CI build system
|
||||
:chart_with_upwards_trend: ........ add or update analytics or track code
|
||||
:recycle: ......................... refactor code
|
||||
:heavy_plus_sign: ................. add a dependency
|
||||
:heavy_minus_sign: ................ remove a dependency
|
||||
:wrench: .......................... add or update configuration files
|
||||
:hammer: .......................... add or update developement scripts
|
||||
:globe_with_meridians: ............ internationalization and localization
|
||||
:pencil2: ......................... fix typos
|
||||
:poop: ............................ write bad code that needs to be improved
|
||||
:rewind: .......................... revert changes
|
||||
:twisted_rightwards_arrows ........ merge branches
|
||||
:package: ......................... add or update compiled files or packages
|
||||
:alien: ........................... update code due to external api changes
|
||||
:truck: ........................... move or rename resources (e.g. files, paths, routes)
|
||||
:page_facing_up: .................. add or update license
|
||||
:boom: ............................ introduce breaking changes
|
||||
:bento: ........................... add or udpate assets
|
||||
:wheelchair: ...................... improve accessibility
|
||||
:bulb: ............................ add or update comments in source code
|
||||
:beers: ........................... write code drunkenly
|
||||
:speech_balloon: .................. add or udpate text and literals
|
||||
:card_file_box: .................... perform database related changes
|
||||
:loud_sound: ...................... add or update logs
|
||||
:mute: ............................ remove logs
|
||||
:busts_in_silhouette: ............. add or update contributor(s)
|
||||
:children_crossing: ............... improve user experience/usability
|
||||
:building_construction: ........... make architectural changes
|
||||
:iphone: .......................... work on responsive design
|
||||
:clown_face: ...................... mock things
|
||||
:egg: ............................. add or update easter egg
|
||||
:see_no_evil: ..................... add or update a .gitignore file
|
||||
:camera_flash: .................... add or update snapshots
|
||||
:alembic: ......................... perform experiments
|
||||
:mag: ............................. improve SEO
|
||||
:label: ........................... add or udpate types
|
||||
:seedling: ........................ add or update seed files
|
||||
:triangular_flag_on_post: ......... add, update, or remove feature flags
|
||||
:goal_net: ........................ catch errors
|
||||
:dizzy: ........................... add or update animations and transitions
|
||||
:wastebacket: ..................... deprecate code that needs to be cleaned update
|
||||
:passport_control: ................ work on code related to authorization, roles, and permissions
|
||||
:adhesive_bandages: ............... simple fix for a non-critical issue
|
||||
:monocole_face: ................... data exploration/inspection
|
||||
:coffin: .......................... remove dead code
|
||||
:test_tube: ....................... add a failing test
|
||||
:necktie: ......................... add or update business logic
|
||||
:stethoscope: ..................... add or update healthcheck
|
||||
:bricks: .......................... infrastructure related changes
|
||||
:technologist: .................... improve developer experience
|
||||
:money_with_wings: ................ add sponsorships or money related infrastructure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue