--- obj: concept website: https://gitmoji.dev --- # 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](Git.md) 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](../tools/Docker.md) - ๐ฆ ```: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](Git.md) - ๐ ```:bookmark:``` : Version Tag - โช๏ธ ```:rewind:``` : Revert changes - ๐ ```:twisted_rightwards_arrows:``` : Merge branches - ๐ ```:tada:``` : Init Commit - ๐ ```:see_no_evil:``` : Add or update a .gitignore file