Skip to content

Latest commit

 

History

History
64 lines (56 loc) · 3.67 KB

README.md

File metadata and controls

64 lines (56 loc) · 3.67 KB

Commit Type Emoji

git commit -m "🎉 Initialize Commit"
popular
emoji emoji commit
:heavy_plus_sign: Adding code or files
📝 :pencil: Changes/Fixing the code or language
🔥 :fire: Removing code or files
♻️ :recycle: Recycle code or files
💩 :poop: Writing bad code that needs to be improved.
general
emoji emoji commit
:sparkles: New Feature
🎨 :art: Format/structure of the code
💄 :lipstick: UI/Cosmetic
🐎 :racehorse: Performance
⚡️ :zap: Performance (super)
🚨 :rotating_light: Adding tests
🍱 :bento: Adding or updating assets.
tooling
emoji emoji commit
💚 :green_heart: Fixing the CI build
🐳 :whale: Docker
🍃 :leaves: MongoDB
🚀 :rocket: Deploying stuff now, heroku
bug
emoji emoji commit
🐛 :bug: Reporting a bug, with @FIXME Comment Tag
🚑 :ambulance: Fixing a bug
team leader
emoji emoji commit
🎉 :tada: Initial Commit
📚 :books: Documentation
❄️ :snowflake: Changing server configuration
🔖 :bookmark: Version Tag
📇 :card_index: Metadata
📦 :package: New package
💩 :poop: Deprecation
🚧 :construction: Work In Progress (WIP)

Available Grammar

  • @FIXME: Bug Report, should be corrected, Marked with 🐛 :bug: Commit
  • @IDEA: A New Idea or Proof-of-Concept, Marked with 💡 :bulb: Commit
  • @NOTE: Add attention to something Important
  • @REVIEW: Needs to be Audited/Reviewed Immediately
Example
git commit -m "✨ Add datebar and interval fetch function"