Skip to content

Commit 6aed070

Browse files
committed
🚧 Work in progress
1 parent 4b65a6e commit 6aed070

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ This is my commit message emoji structure, I have consulted on websites online a
1515
| Tests | :rotating_light: `:rotating_light:` |
1616
| Work in progress. | :construction: `:construction:` |
1717
| Remove code, files or folder | :fire: `:fire:` |
18+
| Refactor code | :recycle: `:recycle:` |
19+
| Remove dead code | :coffin: `:coffin:` |
1820
| Fix security issues | :lock: `:lock:` |
1921
| Downgrade dependencies | :arrow_down: `:arrow_down:` |
2022
| Upgrade dependencies | :arrow_up: `:arrow_up:` |
2123
| Add a dependency | :heavy_plus_sign: `:heavy_plus_sign:` |
2224
| Remove a dependency | :heavy_minus_sign: `:heavy_minus_sign:` |
2325
| Add or update CI build system | :construction_worker: `:construction_worker:` |
2426
| Add or update analytics or track code | :chart_with_upwards_trend: `:chart_with_upwards_trend:` |
25-
| Refactor code | :recycle: `:recycle:` |
2627
| Add or update configuration files | :wrench: `:wrench:` |
2728
| Fix typos | :pencil2: `:pencil2:` |
2829
| 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
3334
| Add or update license | :page_facing_up: `:page_facing_up:` |
3435
| Introduce breaking changes | :boom: `:boom:` |
3536
| 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:` |
3851
</div>
3952

4053

0 commit comments

Comments
 (0)