Wiki

Clone wiki

bitbucket-emoji-list / Bitmoji

Commit message conventions using emojis (Yapcc: Yet Another Pedantic Convention-Convention 😂)

🎉

:tada:
Initial commit.


✨ feat

:sparkles:
A new feature.


🐞 fix

:beetle:
A bug fix.


📝 docs

:pencil:
Documentation only changes.


🎨 style

:art:
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).


🌀 refactor

:cyclone:
A code change that neither fixes a bug or adds a feature.


⚡ perf

:zap:
A code change that improves performance.


✅ test

:white_check_mark:
Adding missing tests.


🔩 chore

:nut_and_bolt:
Changes to the build process or auxiliary tools and libraries such as documentation generation.


👯 review

:people_with_bunny_ears_partying:
Updating code due to code review changes.


📦 release

:package:
Releasing / Version tags.

Updated