Gitmoji

An emoji guide for your commit messages

Add

Fixes

  • ๐Ÿฆ  :microbe: : Fixing Vulnerabilities
  • ๐Ÿ”’๏ธ :lock: : Fix security issues
  • ๐Ÿš‘๏ธ :ambulance: : Critical hotfix
  • ๐Ÿ› :bug: : Fix Bug
  • ๐Ÿฉน :adhesive_bandage: : Simple fix for a non-critical issue
  • ๐Ÿšจ :rotating_light: : Fix compiler / linter warnings

Remove

  • ๐Ÿ’€ :skull: : Remove dead code
  • ๐Ÿ”ฅ :fire: : Remove code or files
  • ๐Ÿ—‘๏ธ :wastebasket: : Deprecate code that needs to be cleaned up

Tests

  • โš—๏ธ :alembic: : Experiments
  • โœ… :white_check_mark: : Add, update, or pass tests
  • ๐Ÿงช :test_tube: : Tests

Changes

  • ๐Ÿ” :closed_lock_with_key: : Update Secrets
  • ๐Ÿ–‡๏ธ :paperclips: : Git Submodules
  • โœ๏ธ :writing_hand: : Rewrite Code
  • ๐Ÿšš :truck: : Move or rename resources (e.g.: files, paths, routes)
  • ๐Ÿฅž :pancakes: : Database Changes
  • โ™ป๏ธ :recycle: : Refactor code
  • ๐Ÿ”ง :wrench: : Add or update configuration files
  • ๐Ÿ”จ :hammer: : Add or update development scripts
  • ๐Ÿ‘ฝ๏ธ :alien: : Update code due to external API changes
  • ๐Ÿ’ฅ :boom: : Introduce breaking changes
  • ๐Ÿฑ :bento: : Add or update assets
  • โ™ฟ๏ธ :wheelchair: : Accessibility
  • ๐Ÿ’ก :bulb: : Add or update comments in source code
  • ๐Ÿ—๏ธ :building_construction: : Make architectural changes
  • ๐Ÿฅš :egg: : Add or update an easter egg
  • ๐Ÿ›‚ :passport_control: : Work on code related to authorization, roles and permissions
  • ๐Ÿงฑ :bricks: : Infrastructure related changes
  • โšก๏ธ :zap: : Improve Performance
  • โœจ :sparkles: : New Features
  • ๐Ÿš€ :rocket: : Deploy
  • ๐Ÿšง :construction: : Work in progress
  • ๐ŸŒ :globe_with_meridians: : Internationalization and localization
  • โœ๏ธ :pencil2: : Fix typos

Documentation

  • ๐Ÿ“ :memo: : Add or update documentation
  • ๐Ÿ“‹ :clipboard: : Add TODOs
  • ๐Ÿ“„ :page_facing_up: : Add or update license

CI

  • ๐Ÿ‘ท :construction_worker: : Add or update CI build system
  • ๐Ÿ’š :green_heart: : Fix CI

Packaging

  • ๐Ÿณ :whale: : Docker
  • ๐Ÿ“ฆ :package: : Packaging changes

State

  • ๐Ÿ˜ด :sleeping: : Write code sleeplessly
  • ๐Ÿท :wine_glass: : Drunk code
  • โ˜• :coffee_break: : Commit before break

Dependency

  • โœ–๏ธ :heavy_multiplication_x: : Replace a dependency
  • โฌ‡๏ธ :arrow_down: : Downgrade dependency
  • โฌ†๏ธ :arrow_up: : Upgrade dependency
  • ๐Ÿ“Œ :pushpin: : Pin dependency versions
  • โž• :heavy_plus_sign: : Add dependency
  • โž– :heavy_minus_sign: : Remove dependency

Collaboration

  • ๐Ÿค :handshake: : Code Review

Git

  • ๐Ÿ”– :bookmark: : Version Tag
  • โช๏ธ :rewind: : Revert changes
  • ๐Ÿ”€ :twisted_rightwards_arrows: : Merge branches
  • ๐ŸŽ‰ :tada: : Init Commit
  • ๐Ÿ™ˆ :see_no_evil: : Add or update a .gitignore file