|
33 | 33 | {{/each}}
|
34 | 34 | {{/if}}
|
35 | 35 |
|
| 36 | +{{#if globe_with_meridians}} |
| 37 | +### 🌐 Internationalization and localization. |
| 38 | +{{#each globe_with_meridians}} |
| 39 | +- {{> commitTemplate}} |
| 40 | +{{/each}} |
| 41 | +{{/if}} |
| 42 | + |
36 | 43 | {{#if bento}}
|
37 | 44 | ### 🍱 Add or update assets.
|
38 | 45 | {{#each bento}}
|
|
47 | 54 | {{/each}}
|
48 | 55 | {{/if}}
|
49 | 56 |
|
50 |
| -{{#if children-crossing}} |
| 57 | +{{#if children_crossing}} |
51 | 58 | ### 🚸 Improve user experience / usability.
|
52 |
| -{{#each children-crossing}} |
| 59 | +{{#each children_crossing}} |
53 | 60 | - {{> commitTemplate}}
|
54 | 61 | {{/each}}
|
55 | 62 | {{/if}}
|
|
68 | 75 | {{/each}}
|
69 | 76 | {{/if}}
|
70 | 77 |
|
| 78 | +{{#if triangular_flag_on_post}} |
| 79 | +### 🚩 Add, update, or remove feature flags. |
| 80 | +{{#each triangular_flag_on_post}} |
| 81 | +- {{> commitTemplate}} |
| 82 | +{{/each}} |
| 83 | +{{/if}} |
| 84 | + |
71 | 85 | {{#if art}}
|
72 | 86 | ### 🎨 Improve structure / format of the code.
|
73 | 87 | {{#each art}}
|
|
103 | 117 | {{/each}}
|
104 | 118 | {{/if}}
|
105 | 119 |
|
| 120 | +{{#if white_check_mark}} |
| 121 | +### ✅ Add or update tests. |
| 122 | +{{#each white_check_mark}} |
| 123 | +- {{> commitTemplate}} |
| 124 | +{{/each}} |
| 125 | +{{/if}} |
| 126 | + |
106 | 127 | {{#if lock}}
|
107 | 128 | ### 🔒 Fix security issues.
|
108 | 129 | {{#each lock}}
|
109 | 130 | - {{> commitTemplate}}
|
110 | 131 | {{/each}}
|
111 | 132 | {{/if}}
|
112 | 133 |
|
113 |
| -{{#if rotating-light}} |
| 134 | +{{#if rotating_light}} |
114 | 135 | ### 🚨 Remove linter warnings.
|
115 |
| -{{#each rotating-light}} |
| 136 | +{{#each rotating_light}} |
116 | 137 | - {{> commitTemplate}}
|
117 | 138 | {{/each}}
|
118 | 139 | {{/if}}
|
119 | 140 |
|
120 |
| -{{#if green-heart}} |
| 141 | +{{#if green_heart}} |
121 | 142 | ### 💚 Fix CI Build.
|
122 |
| -{{#each green-heart}} |
| 143 | +{{#each green_heart}} |
123 | 144 | - {{> commitTemplate}}
|
124 | 145 | {{/each}}
|
125 | 146 | {{/if}}
|
126 | 147 |
|
127 |
| -{{#if arrow-down}} |
| 148 | +{{#if arrow_down}} |
128 | 149 | ### ⬇️ Downgrade dependencies.
|
129 |
| -{{#each arrow-down}} |
| 150 | +{{#each arrow_down}} |
130 | 151 | - {{> commitTemplate}}
|
131 | 152 | {{/each}}
|
132 | 153 | {{/if}}
|
133 | 154 |
|
134 |
| -{{#if arrow-up}} |
| 155 | +{{#if arrow_up}} |
135 | 156 | ### ⬆️ Upgrade dependencies.
|
136 |
| -{{#each arrow-up}} |
| 157 | +{{#each arrow_up}} |
137 | 158 | - {{> commitTemplate}}
|
138 | 159 | {{/each}}
|
139 | 160 | {{/if}}
|
|
145 | 166 | {{/each}}
|
146 | 167 | {{/if}}
|
147 | 168 |
|
148 |
| -{{#if construction-worker}} |
| 169 | +{{#if construction_worker}} |
149 | 170 | ### 👷 Add or update CI build system.
|
150 |
| -{{#each construction-worker}} |
| 171 | +{{#each construction_worker}} |
| 172 | +- {{> commitTemplate}} |
| 173 | +{{/each}} |
| 174 | +{{/if}} |
| 175 | + |
| 176 | +{{#if chart_with_upwards_trend}} |
| 177 | +### 📈 Add or update analytics or track code. |
| 178 | +{{#each chart_with_upwards_trend}} |
151 | 179 | - {{> commitTemplate}}
|
152 | 180 | {{/each}}
|
153 | 181 | {{/if}}
|
|
159 | 187 | {{/each}}
|
160 | 188 | {{/if}}
|
161 | 189 |
|
| 190 | +{{#if heavy_plus_sign}} |
| 191 | +### ➕ Add a dependency. |
| 192 | +{{#each heavy_plus_sign}} |
| 193 | +- {{> commitTemplate}} |
| 194 | +{{/each}} |
| 195 | +{{/if}} |
| 196 | + |
| 197 | +{{#if heavy_minus_sign}} |
| 198 | +### ➖ Remove a dependency. |
| 199 | +{{#each heavy_minus_sign}} |
| 200 | +- {{> commitTemplate}} |
| 201 | +{{/each}} |
| 202 | +{{/if}} |
| 203 | + |
162 | 204 | {{#if wrench}}
|
163 | 205 | ### 🔧 Add or update configuration files.
|
164 | 206 | {{#each wrench}}
|
|
194 | 236 | {{/each}}
|
195 | 237 | {{/if}}
|
196 | 238 |
|
197 |
| -{{#if loud-sound}} |
| 239 | +{{#if page_facing_up}} |
| 240 | +### 📄 Add or update license. |
| 241 | +{{#each page_facing_up}} |
| 242 | +- {{> commitTemplate}} |
| 243 | +{{/each}} |
| 244 | +{{/if}} |
| 245 | + |
| 246 | +{{#if card_file_box}} |
| 247 | +### 🗃 Perform database related changes. |
| 248 | +{{#each card_file_box}} |
| 249 | +- {{> commitTemplate}} |
| 250 | +{{/each}} |
| 251 | +{{/if}} |
| 252 | + |
| 253 | +{{#if loud_sound}} |
198 | 254 | ### 🔊 Add or update logs.
|
199 |
| -{{#each loud-sound}} |
| 255 | +{{#each loud_sound}} |
200 | 256 | - {{> commitTemplate}}
|
201 | 257 | {{/each}}
|
202 | 258 | {{/if}}
|
|
208 | 264 | {{/each}}
|
209 | 265 | {{/if}}
|
210 | 266 |
|
211 |
| -{{#if building-construction}} |
| 267 | +{{#if building_construction}} |
212 | 268 | ### 🏗 Make architectural changes.
|
213 |
| -{{#each building-construction}} |
| 269 | +{{#each building_construction}} |
214 | 270 | - {{> commitTemplate}}
|
215 | 271 | {{/each}}
|
216 | 272 | {{/if}}
|
|
229 | 285 | {{/each}}
|
230 | 286 | {{/if}}
|
231 | 287 |
|
232 |
| -{{#if goal-net}} |
| 288 | +{{#if goal_net}} |
233 | 289 | ### 🥅 Catch errors.
|
234 |
| -{{#each goal-net}} |
| 290 | +{{#each goal_net}} |
235 | 291 | - {{> commitTemplate}}
|
236 | 292 | {{/each}}
|
237 | 293 | {{/if}}
|
|
250 | 306 | {{/each}}
|
251 | 307 | {{/if}}
|
252 | 308 |
|
253 |
| -{{#if white-check-mark}} |
254 |
| -### ✅ Add or update tests. |
255 |
| -{{#each white-check-mark}} |
256 |
| -- {{> commitTemplate}} |
257 |
| -{{/each}} |
258 |
| -{{/if}} |
259 |
| - |
260 | 309 | {{#if bookmark}}
|
261 | 310 | ### 🔖 Release / Version tags.
|
262 | 311 | {{#each bookmark}}
|
263 | 312 | - {{> commitTemplate}}
|
264 | 313 | {{/each}}
|
265 | 314 | {{/if}}
|
266 | 315 |
|
267 |
| -{{#if chart-with-upwards-trend}} |
268 |
| -### 📈 Add or update analytics or track code. |
269 |
| -{{#each chart-with-upwards-trend}} |
270 |
| -- {{> commitTemplate}} |
271 |
| -{{/each}} |
272 |
| -{{/if}} |
273 |
| - |
274 |
| -{{#if heavy-plus-sign}} |
275 |
| -### ➕ Add a dependency. |
276 |
| -{{#each heavy-plus-sign}} |
277 |
| -- {{> commitTemplate}} |
278 |
| -{{/each}} |
279 |
| -{{/if}} |
280 |
| - |
281 |
| -{{#if heavy-minus-sign}} |
282 |
| -### ➖ Remove a dependency. |
283 |
| -{{#each heavy-minus-sign}} |
284 |
| -- {{> commitTemplate}} |
285 |
| -{{/each}} |
286 |
| -{{/if}} |
287 |
| - |
288 |
| -{{#if globe-with-meridians}} |
289 |
| -### 🌐 Internationalization and localization. |
290 |
| -{{#each globe-with-meridians}} |
291 |
| -- {{> commitTemplate}} |
292 |
| -{{/each}} |
293 |
| -{{/if}} |
294 |
| - |
295 | 316 | {{#if pencil2}}
|
296 | 317 | ### ✏️ Fix typos.
|
297 | 318 | {{#each pencil2}}
|
|
313 | 334 | {{/each}}
|
314 | 335 | {{/if}}
|
315 | 336 |
|
316 |
| -{{#if twisted-rightwards-arrows}} |
| 337 | +{{#if twisted_rightwards_arrows}} |
317 | 338 | ### 🔀 Merge branches.
|
318 |
| -{{#each twisted-rightwards-arrows}} |
319 |
| -- {{> commitTemplate}} |
320 |
| -{{/each}} |
321 |
| -{{/if}} |
322 |
| - |
323 |
| -{{#if page-facing-up}} |
324 |
| -### 📄 Add or update license. |
325 |
| -{{#each page-facing-up}} |
| 339 | +{{#each twisted_rightwards_arrows}} |
326 | 340 | - {{> commitTemplate}}
|
327 | 341 | {{/each}}
|
328 | 342 | {{/if}}
|
|
341 | 355 | {{/each}}
|
342 | 356 | {{/if}}
|
343 | 357 |
|
344 |
| -{{#if speech-balloon}} |
| 358 | +{{#if speech_balloon}} |
345 | 359 | ### 💬 Add or update text and literals.
|
346 |
| -{{#each speech-balloon}} |
| 360 | +{{#each speech_balloon}} |
347 | 361 | - {{> commitTemplate}}
|
348 | 362 | {{/each}}
|
349 | 363 | {{/if}}
|
350 | 364 |
|
351 |
| -{{#if card-file-box}} |
352 |
| -### 🗃 Perform database related changes. |
353 |
| -{{#each card-file-box}} |
354 |
| -- {{> commitTemplate}} |
355 |
| -{{/each}} |
356 |
| -{{/if}} |
357 |
| - |
358 |
| -{{#if busts-in-silhouette}} |
| 365 | +{{#if busts_in_silhouette}} |
359 | 366 | ### 👥 Add or update contributor(s).
|
360 |
| -{{#each busts-in-silhouette}} |
| 367 | +{{#each busts_in_silhouette}} |
361 | 368 | - {{> commitTemplate}}
|
362 | 369 | {{/each}}
|
363 | 370 | {{/if}}
|
364 | 371 |
|
365 |
| -{{#if clown-face}} |
| 372 | +{{#if clown_face}} |
366 | 373 | ### 🤡 Mock things.
|
367 |
| -{{#each clown-face}} |
| 374 | +{{#each clown_face}} |
368 | 375 | - {{> commitTemplate}}
|
369 | 376 | {{/each}}
|
370 | 377 | {{/if}}
|
371 | 378 |
|
372 |
| -{{#if see-no-evil}} |
| 379 | +{{#if see_no_evil}} |
373 | 380 | ### 🙈 Add or update a .gitignore file.
|
374 |
| -{{#each see-no-evil}} |
| 381 | +{{#each see_no_evil}} |
375 | 382 | - {{> commitTemplate}}
|
376 | 383 | {{/each}}
|
377 | 384 | {{/if}}
|
378 | 385 |
|
379 |
| -{{#if camera-flash}} |
| 386 | +{{#if camera_flash}} |
380 | 387 | ### 📸 Add or update snapshots.
|
381 |
| -{{#each camera-flash}} |
| 388 | +{{#each camera_flash}} |
382 | 389 | - {{> commitTemplate}}
|
383 | 390 | {{/each}}
|
384 | 391 | {{/if}}
|
|
397 | 404 | {{/each}}
|
398 | 405 | {{/if}}
|
399 | 406 |
|
400 |
| -{{#if triangular-flag-on-post}} |
401 |
| -### 🚩 Add, update, or remove feature flags. |
402 |
| -{{#each triangular-flag-on-post}} |
403 |
| -- {{> commitTemplate}} |
404 |
| -{{/each}} |
405 |
| -{{/if}} |
406 |
| - |
407 | 407 | {{#if animation}}
|
408 | 408 | ### 💫 Add or update animations and transitions.
|
409 | 409 | {{#each animation}}
|
|
0 commit comments