@@ -132,18 +132,18 @@ Git Commit messages should reference issues at the end.
132132
133133For clear visual identification start the commit message with an applicable emoji:
134134
135- * :art: `:art:` when improving the format/structure of the code
136- * :racehorse: `:racehorse:` when improving performance
137- * :non-potable_water: `:non-potable_water:` when plugging memory leaks
138- * :memo: `:memo:` when writing docs
139- * :bug: `:bug:` when fixing a bug
140- * :fire: `:fire:` when removing code or files
141- * :green_heart: `:green_heart:` when fixing the CI build
142- * :white_check_mark: `:white_check_mark:` when adding tests
143- * :lock: `:lock:` when dealing with security
144- * :arrow_up: `:arrow_up:` when upgrading dependencies
145- * :arrow_down: `:arrow_down:` when downgrading dependencies
146- * :shirt: `:shirt:` when removing linter warnings
135+ - :art : ` :art: ` when improving the format/structure of the code
136+ - :racehorse : ` :racehorse: ` when improving performance
137+ - :non-potable_water : ` :non-potable_water: ` when plugging memory leaks
138+ - :memo : ` :memo: ` when writing docs
139+ - :bug : ` :bug: ` when fixing a bug
140+ - :fire : ` :fire: ` when removing code or files
141+ - :green_heart : ` :green_heart: ` when fixing the CI build
142+ - :white_check_mark : ` :white_check_mark: ` when adding tests
143+ - :lock : ` :lock: ` when dealing with security
144+ - :arrow_up : ` :arrow_up: ` when upgrading dependencies
145+ - :arrow_down : ` :arrow_down: ` when downgrading dependencies
146+ - :shirt : ` :shirt: ` when removing linter warnings
147147
148148
149149## Milestone
0 commit comments