Skip to content

Instantly share code, notes, and snippets.

@axelmorvan
Forked from tristanguerin/GitCommitEmoji.md
Last active March 2, 2022 14:59
Show Gist options
  • Save axelmorvan/ac741409adf35df35c85fce70a40ae6e to your computer and use it in GitHub Desktop.
Save axelmorvan/ac741409adf35df35c85fce70a40ae6e to your computer and use it in GitHub Desktop.
Git Commit message Emoji

Most used

Commits

Commit type Emoji Name
Initial commit / Start Project πŸŽ‰ :tada:
Version tag πŸ”– :bookmark:
New feature ✨ :sparkles:
General update ⚑ :zap:
Bugfix πŸ› :bug:
Documentation πŸ“š :books:
Documenting source code πŸ’‘ :bulb:
Performance 🐎 :racehorse:
Cosmetic: UI/Style πŸ’„ :lipstick:
Code review changes. πŸ‘Œ :ok_hand:

Pull request

PR type Emoji Name
Feature ✨ :sparkles:
Bugfix πŸ› :bug:
Hotfix πŸš‘ :ambulance:
Chore πŸ”§ :wrench:

Development

Commit type Emoji Name
Adding a test βœ… :white_check_mark:
Make a test pass βœ”οΈ :heavy_check_mark:
Lint 🚨 :rotating_light:
Improve format/structure 🎨 :art:
Refactor code ♻️ :recycle:
Removing code/files πŸ”₯ :fire:
Typo ✏️ :pencil2:
Developpment scripts πŸ€– :robot:
Breaking changes πŸ’₯ :boom:
Moving or renaming files 🚚 :truck:
Adding logs πŸ”Š :loud_sound:
Removing logs πŸ”‡ :mute:
Work In Progress 🚧 :construction:
Bad code / need improv. πŸ’© :hankey:
Mocking 🀑 :clown_face:
Experimenting new things βš—οΈ :alembic:
External API 🌐 :globe_with_meridians:
Permissions πŸ›‚ :passport_control:

Design / UI

Commit type Emoji Name
Accessibility β™Ώ :wheelchair:
Translation πŸ‘½ :alien:
Text πŸ’¬ :speech_balloon:
Working on responsive design πŸ“± :iphone:

Git / CI/CD

Commit type Emoji Name
Deploying stuff πŸš€ :rocket:
Continuous Integration πŸ’š :green_heart:
Merging branches πŸ”€ :twisted_rightwards_arrows:
Reverting changes βͺ :rewind:
Gitignore πŸ™ˆ :see_no_evil:

Dependencies / config

Commit type Emoji Name
Upgrading dependencies ⬆️ :arrow_up:
Downgrading dependencies ⬇️ :arrow_down:
Adding dependencies βž• :heavy_plus_sign:
Removing dependencies βž– :heavy_minus_sign:
Package.json (Node.JS) πŸ“¦ :package:
Configuration files πŸ”§ :wrench:
Assets 🍱 :bento:
Docker Files 🐳 :whale:
@Pintouch
Copy link

Tu peux ajouter :
Docker files > 🐳 > :whale:

@axelmorvan
Copy link
Author

Tu peux ajouter :
Docker files > 🐳 > :whale:

Done ;)

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