labels
feat : Features : a new feature
fix : Bug Fixes : a bug fix
docs : Documentation : Documentation only change
style : Styles : changes that do not affect the meaning of the code (white space, formatting, missing semi)
refactor : Code Refactoring : A code change that neither fixes a bug nor adds a feature
perf : Performance Improvements : A code change that improves performance
test : Tests : Adding missing tests or correcting existig Tests
build : Builds : Changes that affect the build system or external dependencies (example scopes, gulp, npm scripts, docker)
ci : Continuous Integrations : Changes to our CI configuration files and scripts (example scopes: Travis, Circle)
chore : Chores : Other changes that don't modifiy src or test files
revert : Reverts : reverts a previous commit
Emojis
:art ๐จ : improve structure / format of the code
:zap: โก๏ธ : improve performance
:fire: ๐ฅ : remove code or files
:bug ๐ : Fix a bug
:ambulance ๐ : Critical hotfix
:sparkles โจ : introduce new features
:memo ๐ : Add or update documentation
:rocket ๐ : Deploy stuff
:lipstick ๐ : Add or update the UI style files
:tada ๐ : Begin project
:white_check_mark โ : Add, update, or pass tests
:lock ๐ : Fix security issues
:bookmark ๐ : Release / Version tags
: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 update 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 a configuration file
:hammer ๐จ : Add or update development scripts
:globe_with_meridians ๐ : Internationalization and localization
:pencil2: โ๏ธ : Fix typos
:poop ๐ฉ : Write bad code that needs to be improved
:rewind โฎ : Revert chagnes
:twisted_rightword_arrows ๐ : merge branches
:package ๐ฆ : Add or update compiled files or packages
:alien ๐ฝ : Update code due to external API change
:truck ๐ : Move or rename resources (e.g: files, paths, routes)
:page_facing_up ๐ : Add or update license
:boom ๐ฅ : Introduce breaking changes
:bento ๐ฑ : Add or update assets
:wheelchair โฟ๏ธ : Improve accessibility
:bulb ๐ก : Add or update comments in source code
:beers ๐ป : Write code drunkenly
:speech_balloon ๐ฌ : Add or update text and literals
:card_file_box: ๐ : Perform database related changes
:loud_sound ๐ : Add or update logs
:mute ๐ : Remove logs
:busts_in_sillouette ๐ฅ : 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 an 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 update types
:seedling ๐ฑ : Add or update seed files
:triangular_flag_on_post ๐ฉ : Add, update, or remove feature flag
:goal_net ๐ฅ : Catch errors
:dizzy ๐ซ : Add or update animations or transitions
:wastebasket ๐ : Depercate code that needs to be cleaned up
:passport_control ๐ : Work on code related to authorization, roles and permissions
:adhesive_bandage ๐ฉน : Simple fix for a non-critical issues
:monocle_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 chagnes
:technologist ๐งโ๐ป : Improve developer experience