@@ -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