Skip to content

Instantly share code, notes, and snippets.

@ruyjfs
Last active June 14, 2018 17:19
Show Gist options
  • Save ruyjfs/5a32bfe5f1adeaa7066a55acb3ae7b9b to your computer and use it in GitHub Desktop.
Save ruyjfs/5a32bfe5f1adeaa7066a55acb3ae7b9b to your computer and use it in GitHub Desktop.
Ryu Pattern Commit Emojis

Ryu Pattern Commit Emojis

Inspired by dannyfritz/commit-message-emoji

Inspired by parmentf/GitCommitEmoji.md

See also gitmoji.

Commit type Emoji
Initial commit πŸŽ‰ :tada:
Version tag πŸ”– :bookmark:
New feature ✨ :sparkles:
Bugfix πŸ› :bug:
Metadata πŸ“‡ :card_index:
Documentation πŸ“š :books:
Documenting source code πŸ’‘ :bulb:
Performance 🐎 :racehorse:
Cosmetic πŸš› :articulated_lorry:
Tests 🚨 :rotating_light:
Adding a test βœ… :white_check_mark:
General update ⚑ :zap:
Improve format/structure 🎨 :art:
Refactor code πŸ”¨ :hammer:
Removing code/files πŸ”₯ :fire:
Continuous Integration πŸ’š :green_heart:
Security πŸ”’ :lock:
Upgrading dependencies ⬆️ :arrow_up:
Downgrading dependencies ⬇️ :arrow_down:
Lint πŸ‘• :shirt:
Translation πŸ‘½ :alien:
Text πŸ“ :pencil:
Critical hotfix πŸš‘ :ambulance:
Deploying stuff πŸš€ :rocket:
Fixing on MacOS 🍎 :apple:
Fixing on Linux 🐧 :penguin:
Fixing on Windows 🏁 :checkered_flag:
Work in progress 🚧 :construction:
Adding CI build system πŸ‘· :construction_worker:
Analytics or tracking code πŸ“ˆ :chart_with_upwards_trend:
Removing a dependency βž– :heavy_minus_sign:
Adding a dependency βž• :heavy_plus_sign:
Docker 🐳 :whale:
Configuration files πŸ”§ :wrench:
Merging branches πŸ”€ :twisted_rightwards_arrows:
Bad code / need improv. πŸ’© :hankey:
Reverting changes βͺ :rewind:
Breaking changes πŸ’₯ :boom:
Code review changes πŸ‘Œ :ok_hand:
Accessibility β™Ώ :wheelchair:
Other Be creative

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment