question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Should gitmoji be codes or actual emoji characters?

See original GitHub issue

Hello 😎!

Gitmoji seems like a pretty good idea,

however one thing confuses me: Are commit messages supposed to contain codes (such as :bug:) or actual emoji characters (such as 🐛)? What is the accepted practice?

I’ve gone through git log of this repository with terminal (which does not replace any emoji codes) and some commits contained codes while other contained emoji characters.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Buzutcommented, Aug 8, 2020

@KaKi87 well, it appears that Windows terminal supports Unicode (and Emojis) in recent versions.

In addition, more and more tools will move to supporting Emojis as time passes.

As for the Emoji choice, I’m not imposing anything. As I said, feel free to customize it to your needs.

Git Emoji Hook is based on Angular’s commit rules and replaced the commit type text based flag by an Emoji. The choice is arbitrary, but that’s just me, I never pretended to follow Gitmoji’s conventions.

1reaction
johannchopincommented, Aug 8, 2020

@Buzut Really like the project that you have created ⭐ Be aware that it doesn’t follow the gitmoji syntax. Since I’m a developer I always have a browser tab open on my second screen so it is really fast to get the emoji using the browser extension🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

emoji codes vs unicode codepoints in Git commit
I'm better off using real emojis in my commits. So I rolled out a git hook to dynamically replace markdown emojis to unicode....
Read more >
Gitmoji – Yay or Nay? - Hacker News
I don't think unicode or emojis are problematic per se. ... Why, when we can use a proper encoding that actually contains the...
Read more >
gitmoji | An emoji guide for your commit messages
Gitmoji is an emoji guide for your commit messages. Aims to be a standarization cheatshee /t for using emojis on GitHub's commit messages....
Read more >
Why not use Unicode instead of gitmoji? · Issue #60 - GitHub
Hello @carloscuesta 😎! This project is very fun and interesting, but I would like to ask why not use Unicode emoji instead of...
Read more >
git3moji — A simple three-letter (or less) emoji standard for ...
Three-letter (or less) codes are easy to remember and quick to write. ... Do not include the emoji symbol itself as it could...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found