Emoji Commits
- unofficial version of Emoji-Log-VSCode
- But with many new emoji support
- Inspired from the Telling stories from the git-commits.
Usage :
- Press
ctrl+shift+p then select Emoji Commits then select the commit emoji
- Type the complete commit message after :
- Done

Supported Emojis :
| Commit message |
Description |
|
| 💥 NEW: |
Add something entirely new. |
|
| 👌 IMPROVE: |
Improve piece of code like refactoring. |
|
| 🐛 FIX: |
Fix a bug — need I say more? |
|
| 📖 DOC: |
Anything documentation related. |
|
| 🚀 RELEASE: |
Release a new version. |
|
| 🎉 Initial Commit: |
initial commit |
|
| ✨ New Feature: |
New Feature in the development |
|
| ✅ Adding Tests: |
Adding tests |
|
| ✔️ Make a test pass: |
defined tests passed |
|
| ⚡ General Update: |
general Update |
|
| 🎨 Improved formatting: |
improved formatting and structure |
|
| 🔒 Security: |
security features added |
|
| 🔨 Refactor Code: |
refactoring code |
|
| ➖ Removing Dependency: |
removing dependency from the project |
|
| ➕ Adding Dependency: |
adding new dependency for the project |
|
| 👌 Code review : |
code review changes |
|
| 🚧 Work in Progress |
working on specific issue/bug |
|
| 🚑 Critical Hotfix |
critical Hotfix |
|
| 🚀 Deploy: |
Deploying stuff |
|
| 📈 tracking code: |
tracking code or analytics |
|
| ⏪ Reverting : |
Reverting changes |
|
| 🔀 Merging: |
Merging branches |
|
| 💩 Needs Improvement: |
Bad Code / needs improv |
|
| 📦 Configuration: |
Changes in config files (package.json,pom.xml) |
|
| 👽 Code Change: |
Update code due to external API changes. |
|
| 🚚 Rename: |
Move or rename files. |
|
| 📄 licence: |
Add or update license. |
|
| 🍱 Assets: |
Add or update assets. |
|
| ♿️ Accessibility: |
Improve accessibility. |
|
| 💡 Commenting: |
Add or update comments in source code. |
|
| 🗃 Database: |
Perform database related changes. |
|
| 💬 text literals: |
Add or update text and literals. |
|
| 👥 Contributors: |
Add or update contributor(s). |
|
| 🏗 Change: |
Make architectural changes. |
|
| 📱 Design: |
Work on responsive design. |
|
| 📸 Snapshots: |
Add or update snapshots |
|
| 🙈 gitignore: |
Add or update a .gitignore file |
|
| ⚗ Experiment New Feature: |
Experiment new things |
|
| 🥅 Try-catch-fix: |
Catching errors |
|
| ✏️ Fix Typo: |
Fix typos. |
|
| ⬇️ Dependencies: |
Downgrade dependencies. |
|
| ⬆️ Dependencies: |
Upgrade dependencies. |
|
| 👷 CI: |
Add or update CI build system. |
|
| 💄 UI: |
Add or update the UI and style files. |
|
| :wastebasket: Cleaning : |
Removing deprecated code. |
|
Special thanks :
- ahmadawais
- parmentf
- gitmoji
PR for Emoji Request
| |