Skip to content

dannyfritz/commit-message-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Commit Message Emoji 👋

Every commit is important. So let's celebrate each and every commit with a corresponding emoji! 😄

Oh, and it can also help with glancing over commit messages to figure out what kind of changes have been made. 😏

Usage

Prepend every commit message with an emoji with this form: <emoji> commit message.

For commits with multiple types of messages, use multiple lines:

<emoji> commit message
<emoji2> commit message2

Which Emoji to Use? ❓

Commit Type Emoji
Initial Commit 🎉 Party Popper
Version Tag 🔖 Bookmark
New Feature ✨ Sparkles
Bugfix 🐛 Bug
Security Fix 🔒 Lock
Metadata 📇 Card Index
Refactoring ♻️ Black Universal Recycling Symbol
Documentation 📚 Books
Internationalization 🌐 Globe With Meridians
Accessibility ♿ Wheelchair
Performance 🐎 Horse
Cosmetic 🎨 Artist Palette
Tooling 🔧 Wrench
Tests 🚨 Police Cars Revolving Light
Deprecation 💩 Pile of Poo
Removal 🗑️ Wastebasket
Work In Progress (WIP) 🚧 Construction Sign

Using Emoji is Hard! 😡

Here are some ways to more easily integrate emoji into your workflow.

Comparison

You can be the judge on which is easier to grok.

Example taken from here

Commits Without Emoji 😧

0.5.2

Fix exporting of the library to include _.ifElse

0.5.1

add _.ifElse to README.md

0.5.0

add _.ifElse

fix JSDoc comment for _.call

Fix _.not documentation example.

Update JSDoc comments.

0.4.1

Update links to documentation.

Fix documentation.

Link to documentation pages.

0.4.0

Added a curried version of the mixin for lodash-fp.

Switch from lodash to lodash-compat

Add shields to README.

Add missing methods to index.js.

Commits with Emoji 😃

🔖 0.5.2

🐛 Fix exporting of the library to include _.ifElse

🔖 0.5.1

📚 add _.ifElse to README.md

🔖 0.5.0

✨ add _.ifElse

📚 fix JSDoc comment for _.call

📚 Fix _.not documentation example.

📚 Update JSDoc comments.

🔖 0.4.1

📚 Update links to documentation.

📚 Fix documentation.

📚 Link to documentation pages.

🔖 0.4.0

✨ Added a curried version of the mixin for lodash-fp.

📇 Switch from lodash to lodash-compat

📇 Add shields to README.

🐛 Add missing methods to index.js.

About

Every commit is important. So let's celebrate each and every commit with a corresponding emoji! 😄

Resources

License

Stars

Watchers

Forks