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: | `:sparkles:` | __Initial commit__, yay! | | :art: | `:art:` | when improving the __format/structure__ of the code | | :rocket: | `:rocket:` | when improving __performance__ | | :pencil: | `:pencil:` | when writing __docs__ | | :bulb: | `:bulb:` | __new idea__ | | :construction: | `:construction:` | __WIP__ work in progress | | :star2: | `:star2:` | when __adding feature__ | | :fire: | `:fire:` | when __removing code or files__ | | :bug: | `:bug:` | when __fixing a bug__ | | :gem: | `:gem:` | __new release__ | | :handshake: | `:handshake:` | when __merging__ files | | :lipstick: | `:lipstick:` | when __improving UI/cosmetic__ | | :lock: | `:lock:` | when dealing with __security__ | | :white_check_mark: | `:white_check_mark:` | when __adding tests__ | | :arrow_up: | `:arrow_up:` | when __upgrading dependencies__ | | :arrow_down: | `:arrow_down:` | when __downgrading dependencies__ | | :speaker: | `:speaker:` | when __adding logging__ | | :mute: | `:mute:` | when __reducing logging__ | | :whale2: | `:whale2:` | __docker__ stuff | | :gear: | `:gear:` | __CI__ and pipelines |