Glowing universe

gitic img n

An emoji guide for your commit messages.

-By SahilK-027

GitIcon is a GitHub commit message emoji guide. The goal is to create an emoji cheatsheet - a guide for using emojis in GitHub commit messages. Since there are so many distinct emot-icons, here is a list of ones that I use as my git commit message. The project is not commercial or any standard procedure, but rather my personal preference for using emoticons in commit messages. Because this is an open source project, anyone can participate by suggesting or adding new emojis.

🎉

:tada:

First Commit. Begin a project.

🎨

:art:

Improve structure / format of the code.

⚡️

:zap:

Improve performance.

🔥

:fire:

Remove Code / Delete files

🐞

:bug:

Fix a bug.

:sparkles:

Introduce new features.

📝

:memo:

Add or update documentation.

🚀

:rocket:

Deploy stuff.

💄

:lipstick:

Update UI or styles.

🔒

:lock:

Fix security issues.

🚧

:construction:

Work in progress.

🔖

:bookmark:

Created Release.

⬇️

:arrow_down:

Downgrade or delete dependencies.

⬆️

:arrow_up:

Upgrade or install dependencies.

♻️

:recycle:

Refactor code.

✏️

:pencil2:

Fix typos.

💡

:bulb:

Added comments.

📸

:camera_flash:

Add or update snapshots.

🗃️

:card_file_box:

Perform database related changes.

🗂️

:file_folder:

Changed directory or file name.

🧪

:test_tube:

Added custom test case implementation.

📦

:package:

Add or update bulndler files or packages.

🛠️

:tools:

This fixes issue.

🗑️

:wastebasket:

Deprecate code that needs to be cleaned up.

📱

:iphone:

Work on responsive design.

🚚

:truck:

Move or rename resources (e.g.: files, paths, routes).