git commit -m "π Initialize Commit"
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. |
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. |
emoji | emoji | commit |
---|---|---|
π | :green_heart: |
Fixing the CI build |
π³ | :whale: |
Docker |
π | :leaves: |
MongoDB |
π | :rocket: |
Deploying stuff now, heroku |
emoji | emoji | commit |
---|---|---|
π | :bug: |
Reporting a bug, with @FIXME Comment Tag |
π | :ambulance: |
Fixing a bug |
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) |
@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
git commit -m "β¨ Add datebar and interval fetch function"