@@ -15,14 +15,15 @@ This is my commit message emoji structure, I have consulted on websites online a
15
15
| Tests | :rotating_light : ` :rotating_light: ` |
16
16
| Work in progress. | :construction : ` :construction: ` |
17
17
| Remove code, files or folder | :fire : ` :fire: ` |
18
+ | Refactor code | :recycle : ` :recycle: ` |
19
+ | Remove dead code | :coffin : ` :coffin: ` |
18
20
| Fix security issues | :lock : ` :lock: ` |
19
21
| Downgrade dependencies | :arrow_down : ` :arrow_down: ` |
20
22
| Upgrade dependencies | :arrow_up : ` :arrow_up: ` |
21
23
| Add a dependency | :heavy_plus_sign : ` :heavy_plus_sign: ` |
22
24
| Remove a dependency | :heavy_minus_sign : ` :heavy_minus_sign: ` |
23
25
| Add or update CI build system | :construction_worker : ` :construction_worker: ` |
24
26
| Add or update analytics or track code | :chart_with_upwards_trend : ` :chart_with_upwards_trend: ` |
25
- | Refactor code | :recycle : ` :recycle: ` |
26
27
| Add or update configuration files | :wrench : ` :wrench: ` |
27
28
| Fix typos | :pencil2 : ` :pencil2: ` |
28
29
| Write bad code that needs to be improved | :poop : ` :poop: ` |
@@ -33,8 +34,20 @@ This is my commit message emoji structure, I have consulted on websites online a
33
34
| Add or update license | :page_facing_up : ` :page_facing_up: ` |
34
35
| Introduce breaking changes | :boom : ` :boom: ` |
35
36
| Add or update assets | :bento : ` :bento: ` |
36
-
37
-
37
+ | Add or update comments in source code | :bulb : ` :bulb: ` |
38
+ | Write code drunkenly | :beers : ` :beers: ` |
39
+ | Add or update text and literals | :speech_balloon : ` :speech_balloon: ` |
40
+ | Perform database related changes | card_file_box: ` card_file_box: ` |
41
+ | Add or update logs | :loud_sound : ` :loud_sound: ` |
42
+ | Remove logs | :mute : ` :mute: ` |
43
+ | Add or update contributor(s) | :busts_in_silhouette : ` :busts_in_silhouette: ` |
44
+ | Work on responsive design | :iphone : ` :iphone: ` |
45
+ | Add or update a .gitignore file | :see_no_evil : ` :see_no_evil: ` |
46
+ | Add or update image(s) | :camera_flash : ` :camera_flash: ` |
47
+ | Perform experiments | :alembic : ` :alembic: ` |
48
+ | Improve SEO | :mag : ` :mag: ` |
49
+ | Add or update animations and transitions | :dizzy : ` :dizzy: ` |
50
+ | Catch errors | :goal_net : ` :goal_net: ` |
38
51
</div >
39
52
40
53
0 commit comments