Skip to content

Instantly share code, notes, and snippets.

@marutypes
Last active March 12, 2022 20:38
Show Gist options
  • Save marutypes/133e9364839a75f28563f4e3d95a9190 to your computer and use it in GitHub Desktop.
Save marutypes/133e9364839a75f28563f4e3d95a9190 to your computer and use it in GitHub Desktop.
Mallen's Simplified Gitmoji

Mallen's Simplified Gitmoji

Inspired by gitmoji, stripped down to an easier to remember and less granular subset. Include these in your commits and PR titles to enhance you communication and mood.

  • πŸŽ‰ :tada: first commit
  • ✨ :sparkles: adds a feature
  • πŸ’₯ :boom: breaking change
  • πŸ“ :memo: adds docs
  • βž• :heavy_plus_sign: adds dependency(s)
  • βž– :heavy_minus_sign: removes dependency(s)
  • 🚨 :rotating_light: resolves linting/type-checking/other CI errors
  • πŸ’… :nail_care: tidies up
  • πŸ› :bug: fixes bug
  • πŸ”₯ :fire: removes code
  • πŸ”§ :wrench: makes config changes
  • ♻️ :recycle: refactors code
  • ⬆️ :arrow_up: bumps dependency
  • ⬇️ :arrow_down: reverts dependency (or a PR)

I've included the github shortcodes for each of these for ease of use, but for the best experience I reccomend using an app like rocket to get the real unicode versions.

@marutypes
Copy link
Author

I will make this a proper repo eventually so folks can PR new ones or suggest changes, and we can have a github pages site, but I want this to remain a small set of symbols.

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