Skip to content

Latest commit

Β 

History

History
46 lines (34 loc) Β· 1.3 KB

File metadata and controls

46 lines (34 loc) Β· 1.3 KB

gitmoji

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.

Example

:bug: fix namespace issues in user controller

or

:lipstick: relocate elements on signup page

Codes

Coding

πŸ›, :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

Styling

✏️, :pencil2: = fixing typos
πŸ’„, :lipstick: = improving UI and style

Infrastructure

➿, :loop: = Work related to infrastructure or CI/CD-Pipeline
🚒, :ship: = Work at server and kubernetes