Skip to content

Commit 03a7b19

Browse files
committed
⚡ Improve performance
1 parent 6396b85 commit 03a7b19

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,52 +18,52 @@ git commit -m':tada: Begin a project'
1818
|:---------------------------|:---------------------------------------------------------|
1919
| Begin a project | :tada: `:tada:` |
2020
| Code fall in love | :revolving_hearts: `:revolving_hearts:` |
21-
| :four_leaf_clover: ---CREATE--- |
2221
| being chased by a DEADLINE | :sob: `:sob:` |
23-
| Improve structure / format of the code | :art: `:art:` |
24-
| Improve performance | :zap: `:zap:` |
22+
| Tests | :rotating_light: `:rotating_light:` |
23+
| Write bad code that needs to be improved | :poop: `:poop:` |
24+
| Introduce breaking changes | :boom: `:boom:` |
25+
| Write code drunkenly | :beers: `:beers:` |
26+
| Catch errors | :goal_net: `:goal_net:` |
27+
| :four_leaf_clover: ---CREATE--- |
2528
| New feature | :sparkles: `:sparkles:` |
26-
| Fix a bug | :bug: `:bug:` |
29+
| Work in progress | :construction: `:construction:` |
2730
| Add or update documentation | :memo: `:memo:` |
2831
| Add or update the UI and style files. | :lipstick: `:lipstick:` |
29-
| :hourglass: ---UPDATE--- |
30-
| Tests | :rotating_light: `:rotating_light:` |
31-
| Work in progress | :construction: `:construction:` |
32-
| Remove code, files or folder | :fire: `:fire:` |
33-
| Refactor code | :recycle: `:recycle:` |
34-
| Remove dead code | :coffin: `:coffin:` |
35-
| Fix security issues | :lock: `:lock:` |
36-
| :hocho: ---DELELE--- |
37-
| Downgrade dependencies | :arrow_down: `:arrow_down:` |
38-
| Upgrade dependencies | :arrow_up: `:arrow_up:` |
3932
| Add a dependency | :heavy_plus_sign: `:heavy_plus_sign:` |
40-
| Remove a dependency | :heavy_minus_sign: `:heavy_minus_sign:` |
4133
| Add or update CI build system | :construction_worker: `:construction_worker:` |
4234
| Add or update analytics or track code | :chart_with_upwards_trend: `:chart_with_upwards_trend:` |
4335
| Add or update configuration files | :wrench: `:wrench:` |
44-
| Fix typos | :pencil2: `:pencil2:` |
45-
| Write bad code that needs to be improved | :poop: `:poop:` |
46-
| Merge branches | :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` |
4736
| Add or update compiled files or packages | :package: `:package:` |
48-
| Update code due to external API changes | :alien: `:alien:` |
49-
| Move or rename resources (e.g.: files, paths, routes) | :truck: `:truck:` |
50-
| Add or update license | :page_facing_up: `:page_facing_up:` |
51-
| Introduce breaking changes | :boom: `:boom:` |
5237
| Add or update assets | :bento: `:bento:` |
5338
| Add or update comments in source code | :bulb: `:bulb:` |
54-
| Write code drunkenly | :beers: `:beers:` |
5539
| Add or update text and literals | :speech_balloon: `:speech_balloon:` |
56-
| Perform database related changes | :card_file_box: `card_file_box:` |
5740
| Add or update logs | :loud_sound: `:loud_sound:` |
58-
| Remove logs | :mute: `:mute:` |
5941
| Add or update contributor(s) | :busts_in_silhouette: `:busts_in_silhouette:` |
60-
| Work on responsive design | :iphone: `:iphone:` |
6142
| Add or update a .gitignore file | :see_no_evil: `:see_no_evil:` |
6243
| Add or update image(s) | :camera_flash: `:camera_flash:` |
44+
| Add or update license | :page_facing_up: `:page_facing_up:` |
45+
| Add or update animations and transitions | :dizzy: `:dizzy:` |
6346
| Perform experiments | :alembic: `:alembic:` |
47+
| :hourglass: ---UPDATE--- |
48+
| Work on responsive design | :iphone: `:iphone:` |
49+
| Perform database related changes | :card_file_box: `card_file_box:` |
50+
| Downgrade dependencies | :arrow_down: `:arrow_down:` |
51+
| Upgrade dependencies | :arrow_up: `:arrow_up:` |
52+
| Fix a bug | :bug: `:bug:` |
53+
| Improve structure / format of the code | :art: `:art:` |
54+
| Improve performance | :zap: `:zap:` |
55+
| Refactor code | :recycle: `:recycle:` |
56+
| Fix security issues | :lock: `:lock:` |
57+
| Fix typos | :pencil2: `:pencil2:` |
58+
| Merge branches | :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` |
59+
| Update code due to external API changes | :alien: `:alien:` |
60+
| Move or rename resources (e.g.: files, paths, routes) | :truck: `:truck:` |
6461
| Improve SEO | :mag: `:mag:` |
65-
| Add or update animations and transitions | :dizzy: `:dizzy:` |
66-
| Catch errors | :goal_net: `:goal_net:` |
62+
| :hocho: ---DELELE--- |
63+
| Remove dead code | :coffin: `:coffin:` |
64+
| Remove code, files or folder | :fire: `:fire:` |
65+
| Remove a dependency | :heavy_minus_sign: `:heavy_minus_sign:` |
66+
| Remove logs | :mute: `:mute:` |
6767
</div>
6868

6969

0 commit comments

Comments
 (0)