All Git Commit Messages MUST meet with this Text Format:
:emoji: Subject
(Only One NewLine)
Message Body
(Only One NewLine)
Ref <###>
Emoji | Raw Emoji | Description |
---|---|---|
β¨ | :sparkles: |
Initial commit, yay! |
π¨ | :art: |
when improving the format/structure of the code |
π | :rocket: |
when improving performance |
π | :pencil: |
when writing docs |
π‘ | :bulb: |
new idea |
π§ | :construction: |
WIP work in progress |
π | :star2: |
when adding feature |
π₯ | :fire: |
when removing code or files |
π | :bug: |
when fixing a bug |
π | :gem: |
new release |
π€ | :handshake: |
when merging files |
π | :lipstick: |
when improving UI/cosmetic |
π | :lock: |
when dealing with security |
β | :white_check_mark: |
when adding tests |
β¬οΈ | :arrow_up: |
when upgrading dependencies |
β¬οΈ | :arrow_down: |
when downgrading dependencies |
π | :speaker: |
when adding logging |
π | :mute: |
when reducing logging |
π | :whale2: |
docker stuff |
βοΈ | :gear: |
CI and pipelines |