Skip to content

Instantly share code, notes, and snippets.

View acatzk's full-sized avatar
:octocat:
nothing changes if nothing changes

acatzk

:octocat:
nothing changes if nothing changes
  • Earth
View GitHub Profile
@acatzk
acatzk / GitCommitEmoji.md
Created July 11, 2021 15:32 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit ๐ŸŽ‰ :tada:
Version tag ๐Ÿ”– :bookmark:
New feature โœจ :sparkles:
Bugfix ๐Ÿ› :bug:
  • ๐ŸŽจ when improving the format/structure of the code
  • ๐Ÿš€ when improving performance
  • โœ๏ธ when writing docs
  • ๐Ÿ’ก new idea
  • ๐Ÿšง work in progress
  • โž• when adding feature
  • โž– when removing feature
  • ๐Ÿ”ˆ when adding logging
  • ๐Ÿ”‡ when reducing logging
  • ๐Ÿ› when fixing a bug