Git Commit Message
All Git Commit Messages MUST meet with this Text Format:
:emoji: Subject
(Only One NewLine)
Message Body
(Only One NewLine)
Ref <###>
Suggested Emojis
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 |
This comment has been minimized.
Nice formatting,π» !