Skip to content
vic

dannyfritz/commit-message-emoji

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

dannyfritz/commit-message-emoji.json
{
"createdAt": "2015-03-18T00:55:00Z",
"defaultBranch": "master",
"description": "Every commit is important. So let's celebrate each and every commit with a corresponding emoji! :smile:",
"fullName": "dannyfritz/commit-message-emoji",
"homepage": "",
"language": null,
"name": "commit-message-emoji",
"pushedAt": "2021-03-05T18:03:20Z",
"stargazersCount": 1569,
"topics": [],
"updatedAt": "2025-11-24T08:15:06Z",
"url": "https://github.com/dannyfritz/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. 😏

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
Commit TypeEmoji
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

Here are [some ways]!(INTEGRATIONS.md) to more easily integrate emoji into your workflow.

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

Example taken from here

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.

πŸ”– 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.