Standard Gitmoji commit message format
masterTo maintain consistency when using gitmojis, follow this recommended commit message structure:
<intention> [scope?][:?] <message>
<intention>: An emoji from the gitmoji list representing the purpose of the commit.[scope?]: An optional string providing contextual information about the area of the code being changed.[:?]: Optional separator.<message>: A brief, descriptive explanation of the change.