This short emoji git codes help you and others to see what a commit is about (semantically). It makes your commit more tangible for outsiders and also reviewers.
:bug: fix namespace issues in user controller
or
:lipstick: relocate elements on signup page
π, :bug: = fixing bugs
π©, :shit: = fixing bugs in legacy code
:fire:, :fire: = critical bug, security path
β¨, :sparkles: = new features (be careful)
πΊ, :beer: = changes for developer convenience
π, :banana: = experimental stage (be careful)
π§, :wrench: = changing configuration files
β»οΈ, :recycle: = Refactoring
π, :pizza: = Writing Tests
π¨, :art: = linting / code formatting
π, :loud_sound: = changed logging
π, :pencil: = Adding documentation
π, :round_pushpin: = Changes to I18n (wording & functionality)
πΎ, :floppy_disk: = Changes to database or migrations
π, :spaghetti: = Dependencies
βοΈ, :pencil2: = fixing typos
π, :lipstick: = improving UI and style
βΏ, :loop: = Work related to infrastructure or CI/CD-Pipeline
π’, :ship: = Work at server and kubernetes