Skip to content

Commit 733d1a9

Browse files
πŸ“š docs(update): update the main README.md
1 parent d146555 commit 733d1a9

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -52,181 +52,181 @@ Closes #<issue>
5252
**`0.`** **Initialization**
5353

5454
```markdown
55-
πŸŽ‰ init(project): Initial commit
55+
πŸŽ‰ init(project): initial commit
5656
```
5757
<br>
5858

5959
**`1.`** **Features and enhancement**
6060
```markdown
61-
✨ feat(): New feature
61+
✨ feat(): new feature
6262
```
6363
```markdown
64-
⚑ perf(): Performance improvements
64+
⚑ perf(): performance improvements
6565
```
6666
```markdown
67-
🎨 design(): UI/UX design improvements
67+
🎨 design(): ui/ux design improvements
6868
```
6969
```markdown
70-
πŸ“ˆ analytics(): Analytics or tracking code
70+
πŸ“ˆ analytics(): analytics or tracking code
7171
```
7272
```markdown
73-
πŸ”Œ integration(): External integrations
73+
πŸ”Œ integration(): external integrations
7474
```
7575

7676
<br>
7777

7878
**`2.`** **Bug fixes**
7979
```markdown
80-
πŸ› fix(): Bug fix
80+
πŸ› fix(): bug fix
8181
```
8282
```markdown
83-
πŸ” debug(): Debugging changes
83+
πŸ” debug(): debugging changes
8484
```
8585
```markdown
86-
πŸ‘¨β€πŸ”§ patch(): Minor fix or patch
86+
πŸ‘¨β€πŸ”§ patch(): minor fix or patch
8787
```
8888

8989
<br>
9090

9191
**`3.`** **Documentation**
9292
```markdown
93-
πŸ“š docs(): Documentation changes
93+
πŸ“š docs(): documentation changes
9494
```
9595
```markdown
96-
πŸ“ update(): Minor updates
96+
πŸ“ update(): minor updates
9797
```
9898
```markdown
99-
πŸ“– guide(): Update or add a guide
99+
πŸ“– guide(): update or add a guide
100100
```
101101

102102
<Br>
103103

104104
**`4.`** **Code styling and refactoring**
105105
```markdown
106-
πŸ’„ style(): Code formatting
106+
πŸ’„ style(): code formatting
107107
```
108108
```markdown
109-
♻️ refactor(): Code refactoring
109+
♻️ refactor(): code refactoring
110110
```
111111
```markdown
112-
🧹 cleanup(): Clean-up or refactor of unused code
112+
🧹 cleanup(): clean-up or refactor of unused code
113113
```
114114
```markdown
115-
πŸ› οΈ fix(): Code improvements
115+
πŸ› οΈ fix(): code improvements
116116
```
117117
```markdown
118-
πŸ”₯ remove(): Removing files or code
118+
πŸ”₯ remove(): removing files or code
119119
```
120120

121121
<br>
122122

123123
**`5.`** **Testing and maintenance**
124124
```markdown
125-
βœ”οΈ test(passed): Adding/modifying/result tests
125+
βœ”οΈ test(passed): adding/modifying/result tests
126126
```
127127
```markdown
128-
❌ test(failed): Adding/modifying/result tests
128+
❌ test(failed): adding/modifying/result tests
129129
```
130130
```markdown
131-
πŸ”§ chore(): Maintenance tasks
131+
πŸ”§ chore(): maintenance tasks
132132
```
133133
```markdown
134-
πŸ”¨ build(): Changes to the build process
134+
πŸ”¨ build(): changes to the build process
135135
```
136136
```markdown
137-
🚧 wip(): Work in progress
137+
🚧 wip(): work in progress
138138
```
139139
```markdown
140-
πŸ“Š metrics(): Metrics and monitoring
140+
πŸ“Š metrics(): metrics and monitoring
141141
```
142142

143143
<br>
144144

145145
**`6.`**Non-feature Changes****
146146

147147
```
148-
🚚 non-feature(): Non-feature change (json)
148+
🚚 non-feature(): non-feature change (json)
149149
```
150150

151151
<Br>
152152

153153
**`7.`** **Security and reverting changes**
154154
```markdown
155-
πŸ”’ security(): Security improvements
155+
πŸ”’ security(): security improvements
156156
```
157157
```markdown
158-
πŸ“Œ revert(): Reverting previous changes
158+
πŸ“Œ revert(): reverting previous changes
159159
```
160160
```markdown
161-
πŸ›‘οΈ protect(): Security patches or fixes
161+
πŸ›‘οΈ protect(): security patches or fixes
162162
```
163163
```markdown
164-
πŸ”Œ api(): API-related changes
164+
πŸ”Œ api(): api-related changes
165165
```
166166

167167
<br>
168168

169169
**`8.`** **Deployments and builds**
170170
```markdown
171-
πŸš€ deploy(): Deploy-related changes
171+
πŸš€ deploy(): deploy-related changes
172172
```
173173
```markdown
174-
πŸ“¦ build(): Changes to build configuration
174+
πŸ“¦ build(): changes to build configuration
175175
```
176176
```markdown
177-
πŸ§ͺ ci(): Continuous Integration changes
177+
πŸ§ͺ ci(): continuous Integration changes
178178
```
179179
```markdown
180-
πŸ”¨ setup(): Setup or config changes
180+
πŸ”¨ setup(): setup or config changes
181181
```
182182
```
183-
🧰 deps(): Adjust dependencies (upgrade/downgrade)
183+
🧰 deps(): adjust dependencies (upgrade/downgrade)
184184
```
185185

186186
<Br>
187187

188188
**`9.`** **Database and infrastructure**
189189
```markdown
190-
πŸ—ƒοΈ db(): Database changes
190+
πŸ—ƒοΈ db(): database changes
191191
```
192192
```markdown
193-
πŸ‘· infra(): Infrastructure improvements
193+
πŸ‘· infra(): infrastructure improvements
194194
```
195195
```markdown
196-
πŸ“‘ network(): Network configurations or updates
196+
πŸ“‘ network(): network configurations or updates
197197
```
198198

199199
<br>
200200

201201
**`10.`** **Others**
202202

203203
```markdown
204-
πŸ“€ release(): New releases or version bumps
204+
πŸ“€ release(): new releases or version bumps
205205
```
206206
```markdown
207-
πŸ“œ dumpversion(): Dumping version info or changelog
207+
πŸ“œ dumpversion(): dumping version info or changelog
208208
```
209209
```markdown
210-
πŸ”„ ref(): Reference updates or reorganization
210+
πŸ”„ ref(): reference updates or reorganization
211211
```
212212
```markdown
213-
πŸ’¬ discussion(): Ongoing discussions or issue resolutions
213+
πŸ’¬ discussion(): ongoing discussions or issue resolutions
214214
```
215215
```markdown
216-
βš™οΈ config(): Configuration changes
216+
βš™οΈ config(): configuration changes
217217
```
218218
```markdown
219-
πŸ”§ tweak(): Minor adjustments or tweaks
219+
πŸ”§ tweak(): minor adjustments or tweaks
220220
```
221221
```markdown
222-
🚨 alert(): Important notices or warnings
222+
🚨 alert(): important notices or warnings
223223
```
224224

225225
<br>
226226

227227
**`11.`** **Please**
228228
```markdown
229-
πŸ™ pls(): Request or polite suggestion
229+
πŸ™ pls(): request or polite suggestion
230230
```
231231

232232
<br>

0 commit comments

Comments
Β (0)