Skip to content

Commit 2f96ff4

Browse files
authored
📝 Fix Emojis section display.
1 parent b5154e5 commit 2f96ff4

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,18 @@ Git Commit messages should reference issues at the end.
132132

133133
For 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

Comments
 (0)