Skip to content

Files

Latest commit

author
Runyasak Chaengnaimuang
Oct 17, 2017
689ad84 Β· Oct 17, 2017

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"