All Projects β†’ cooperka β†’ Emoji Commit Messages

cooperka / Emoji Commit Messages

Licence: mit
🌡 A fun paradigm to encourage cleaner commits.

Projects that are alternatives of or similar to Emoji Commit Messages

Node Semantic Git Commit Cli
A CLI for semantic git commits
Stars: ✭ 114 (-17.39%)
Mutual labels:  emoji, commit
Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (+81.16%)
Mutual labels:  emoji, commit
Gacp
πŸ’¬Git add, commit, push with Conventional Commits and Gitmoji.
Stars: ✭ 139 (+0.72%)
Mutual labels:  emoji, commit
cz-gitmoji
πŸ”¬πŸ˜œ Commitizen adapter for gitmoji.
Stars: ✭ 25 (-81.88%)
Mutual labels:  emoji, commit
Padroes De Commits
πŸ“„ PadrΓ£o de commits para repositΓ³rios.
Stars: ✭ 164 (+18.84%)
Mutual labels:  emoji, commit
Styleguide Git Commit Message
/sBin/StyleGuide/Git/CommitMessage
Stars: ✭ 934 (+576.81%)
Mutual labels:  emoji, commit
Fim
File Integrity Manager -
Stars: ✭ 114 (-17.39%)
Mutual labels:  commit
Croc
Swift emoji string parsing library
Stars: ✭ 124 (-10.14%)
Mutual labels:  emoji
Emoji Vue
Add emoji keyboard to your vuejs project
Stars: ✭ 111 (-19.57%)
Mutual labels:  emoji
Action Download Artifact
βš™οΈ A GitHub Action to download an artifact associated with given workflow and commit or other criteria
Stars: ✭ 107 (-22.46%)
Mutual labels:  commit
Laravel Emojione
Laravel package to make it easy to use the gorgeous emojis from EmojiOne
Stars: ✭ 133 (-3.62%)
Mutual labels:  emoji
Emojipanel
πŸ˜€ A customisable Javascript emoji picker
Stars: ✭ 129 (-6.52%)
Mutual labels:  emoji
Turtle
Emojis for Go πŸ˜„πŸ’πŸš€
Stars: ✭ 120 (-13.04%)
Mutual labels:  emoji
Ng Embed
An AngularJS filter/directive for embedding emojis, media, maps, tweets, code and services
Stars: ✭ 124 (-10.14%)
Mutual labels:  emoji
Gtext
Emoji and Hyperlink for Unity UGUI Text ,ε›Ύζ–‡ζ··ζŽ’γ€θΆ…ι“ΎζŽ₯γ€δΈ‹εˆ’ηΊΏηš„UGUIθ§£ε†³ζ–Ήζ‘ˆ
Stars: ✭ 113 (-18.12%)
Mutual labels:  emoji
Git Commit Emoji Cn
😁 git commit message emoji δ½Ώη”¨ζŒ‡ε—
Stars: ✭ 1,702 (+1133.33%)
Mutual labels:  emoji
Android Keyboard
Android Keyboard with 180+ dictionaries. Support swipe input (sliding input), Emoji keyboard, AI predictions, dictionaries downloading, and keyboard themes.
Stars: ✭ 108 (-21.74%)
Mutual labels:  emoji
Emoji Swift
String extension converting to and from emoji character and Emoji-One
Stars: ✭ 119 (-13.77%)
Mutual labels:  emoji
Twemoji
Twitter emoji in Ruby 😊
Stars: ✭ 127 (-7.97%)
Mutual labels:  emoji
React Native Emoticons
react native emoticonsοΌˆθ‘¨ζƒ…οΌ‰, including emoji😁
Stars: ✭ 119 (-13.77%)
Mutual labels:  emoji

Emoji commit messages

A fun paradigm to encourage cleaner commits.

Motivation

Images (including emoji) help clarify what a given commit accomplishes, make your commit history easier to scan though, and encourage you to limit each of your changes to a single type of action. This makes it easier to reason about the history of your code.

For example, instead of having one massive commit that adds a feature, refactors an old related feature, fixes a typo, and fixes a bug, you could split that change into four commits that each accomplish one specific thing. Not only does this make things cleaner and clearer, but it also helps when using tools like git bisect to track down bugs, as well as when reverting individual changes.

The list

Fork and modify to suit your needs. Don't forget to "star" and share the love.

Text Image GFM shortcode* Windows 10 picker name When to use it
πŸŽ‰ πŸŽ‰ πŸŽ‰ party popper initial commit
✨ ✨ ✨ sparkles when adding a new user-facing feature
🎨 🎨 🎨 artist palette when improving UI
πŸ“¦ πŸ“¦ πŸ“¦ package when refactoring or improving code
🐎 🐎 🐎 horse when improving performance
πŸ”’ πŸ”’ πŸ”’ locked when improving security
πŸ”§ πŸ”§ πŸ”§ wrench when updating configs
β™Ώ ♿️ ♿️ wheelchair symbol when improving accessibility
πŸš€ πŸš€ πŸš€ rocket when improving dev tools
πŸ“ πŸ“ πŸ“ pencil when writing docs (e.g. README, code comments)
πŸ’Ž πŸ’Ž πŸ’Ž gem stone when cutting a new release / version bump
πŸ› πŸ› πŸ› bug when fixing a bug
πŸ’₯ πŸ’₯ πŸ’₯ collision when fixing a crash
🚱 🚱 🚱 non-potable water when fixing a memory leak
πŸ”₯ πŸ”₯ πŸ”₯ fire when removing code or files
βœ… βœ… βœ… check mark button when adding new tests
πŸ’š πŸ’š πŸ’š green heart when fixing the CI build
πŸ‘• πŸ‘• πŸ‘• t-shirt when fixing linter warnings
πŸ“‘ πŸ“‘ πŸ“‘ satellite antenna when adding instrumentation or metrics
πŸ”Š πŸ”Š πŸ”Š speaker high volume when adding logging
πŸ”‡ πŸ”‡ πŸ”‡ muted speaker when removing logging
⬆ ⬆️ ⬆️ up arrow when upgrading dependencies
⬇ ⬇️ ⬇️ down arrow when downgrading dependencies
🎌 🎌 🎌 crossed flags when adding an A/B test or feature flag**
⚑ ⚑️ ⚑️ high voltage when making a backwards-incompatible change**
🚧 🚧 🚧 construction when the change is a work in progress (do not merge)**

* GFM shortcodes are recognized by any software that uses GitHub Flavored Markdown. You can type them directly in your commit message!

** These emoji are often combined with another, primary emoji.

How to decide which emoji to use

In most cases, your change will fit into a pretty obvious emoji category. If it doesn't, you should think hard about whether or not you're making a clean change.

Often you can break up changes into two or more commits that each accomplish their own specific type of action. If that means you only change one tiny line or fix a simple typo in a commit, so be it! It should be a no-brainer that any given commit does exactly what it says it does β€” and only what is says it does. No side-effects.

In general, you should use exactly one emoji per commit message. In rare cases, you should use a second emoji (e.g. when using something like ⚑️ to signify that whatever you just did β€” πŸ›, πŸ”₯, etc. β€” was a breaking change).

Emoji will also depend on your client/user. A back-end API might use ✨ when adding new API endpoints, and the front-end app might use ✨ when using those endpoints to display new content.

How to type emoji on your computer

I find it faster to type the raw emoji shortcode with colons (GitHub and GitLab both recognize this), but sometimes it's easier to search through the actual icons, especially as you're starting out.

  • On Mac OS X, you can open the built-in emoji picker with the hotkey Ctrl + Cmd + Space.

  • On Ubuntu 14+, you can use the Emojione Picker app:

    sudo add-apt-repository ppa:ys/emojione-picker && sudo apt update
    sudo apt install emojione-picker
    
  • On Windows 10 update 1709, pressing Win+. while having keyboard focus in a text field in any program will bring up the built-in emoji picker, similarly to Mac OS. The table above includes names which work specifically in this emoji picker, but the GFM shortcodes work too. Some of the Windows-specific ones can be easier to remember, though.

    On lower versions of Windows, starting with Windows 8, you can use the on-screen keyboard in the system tray. Alternatively, you can use BabelMap which is a Unicode character picker for even lower versions of Windows. It also might be more convenient than the Windows 8 on-screen keyboard.

If all else fails, you can search for an emoji at http://emojipedia.org/ and simply copy/paste.

Real examples

The following is a brief list of open-source projects currently using these emoji:

Credits

Developed along with my co-workers at Cribspot. Inspired in part by style guides from slashsBin and atom.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].