Comment on page
gitmoji
- 🐛 -
:bug:
for fixing a bug. - 🚑 -
ambulance
for a critical hotfix.
- ✨ -
:sparkles:
Introducing new features.
- 🎨 -
:art:
Improving structure / format of code. - ♻️ -
:recycle
Refactoring code. - 👌 -
:ok_hand:
Updating code due to code review changes. - 🏗 -
:building_construction:
Making architectural changes. - 💥 -
:boom:
Introducing breaking changes. - 🍻 -
:beers:
Writing code drunkenly. - 💩 -
:poop:
Writing bad code that needs to be improved.
- ✅ -
:white_check_mark:
Updating tests. - 🤡 -
:clown_face:
Mocking things.
- 👷 -
:construction_worker:
Adding CI build system. - 💚 -
:green_heart:
Fixing CI build.
- 🗃 -
:card_file_box:
Performing database related changes. - 🌱 -
:seedling:
Adding or updating seed files.
- 🔊 -
:loud_sound:
Adding logs. - 🔇 -
:mute:
Removing logs.
- 📱 -
:iphone:
Working on responsive design. - 🚸 -
:children_crossing:
Improving user experience / usability. - ♿️ -
:wheelchair:
Improving accessibility. - 💄 -
:lipstick:
Updating UI or style files.
- 🏷️ -
:label:
Adding or updating types (Flow, TypeScript).
- 🚩 -
:triangular_flag_on_post:
Adding, updating, or removing feature flags.
- 💡 -
:bulb:
Documenting source code. - 📝 -
:pencil:
Writing docs.
- ➕ -
:heavy_plus_sign:
Adding a dependency. - ➖ -
:heavy_minus_sign:
Removing a dependency. - 📌 -
:pushpin:
Pinning dependencies to specific versions. - ⬆️ -
:arrow_up
Upgrading dependencies. - ⬇️ -
:arrow_down
Downgrading dependencies.
- 🔒 -
:lock:
Fixing security issues.
- 🍏 -
:green_apple:
Fixing something on iOS. - 🤖 -
:robot:
Fixing something on Android. - 🏁 -
:checkered_flag:
Fixing something on Windows. - 🍎 -
:apple:
Fixing something on macOS. - 🐧 -
:penguin:
Fixing something on Linux. - 🐳 -
:whale:
Work about Docker. - ☸️ -
:wheel_of_darma:
Work about Kubernetes.
- 🎉 -
:tada:
Initial commit. - 🙈 -
:see_no_evil:
Adding or updating a .gitignore file. - 👥 -
:busts_in_silhouette
Adding contributor(s). - 🔀 -
:twisted_rightwards_arrows:
Merging branches. - ⏪ -
:rewind:
Reverting changes.
- 🚚 -
:truck:
Moving or renaming files. - 📦 -
:package:
Updating compiled files or packages. - 🔥 -
:fire:
Removing code or files.
- 🚨 -
:rotating_light:
Removing linter warnings.
- 🔖 -
:bookmark:
Releasing / Version tags. - 🚀 -
:rocket:
Deploying stuff.
- 🔧 -
:wrench:
Changing configuration files.
- 🌐 -
:globe_with_meridians:
Internationalization and localization. - 💬 -
:speech_balloon:
Updating text and literals. - ✏️ -
:pencil2:
Fixing typos.
- 📄 -
:page_facing_up
Adding or updating license.
- 🔍 -
:mag:
Improving SEO. - ⚗ -
:alembic:
Experimenting new things. - 📸 -
:camera_flash:
Adding or updating snapshots. - 🥚 -
:egg:
Adding an easter egg. - 🍱 -
:bento:
Adding or updating assets. - 📈 -
:chart_with_upwards_trend:
Adding analytics or tracking code. - 🚧 -
:construction:
Work in progress. - ⚡️ -
:zap:
Improving performance. - 👽 -
:alien:
Updating code due to external API changes.
Last modified 4yr ago