|
47 | 47 | {{/each}}
|
48 | 48 | {{/if}}
|
49 | 49 |
|
| 50 | +{{#if children-crossing}} |
| 51 | +### 🚸 Improve user experience / usability. |
| 52 | +{{#each children-crossing}} |
| 53 | +- {{> commitTemplate}} |
| 54 | +{{/each}} |
| 55 | +{{/if}} |
| 56 | + |
50 | 57 | {{#if iphone}}
|
51 | 58 | ### 📱 Work on responsive design.
|
52 | 59 | {{#each iphone}}
|
|
103 | 110 | {{/each}}
|
104 | 111 | {{/if}}
|
105 | 112 |
|
| 113 | +{{#if rotating-light}} |
| 114 | +### 🚨 Remove linter warnings. |
| 115 | +{{#each rotating-light}} |
| 116 | +- {{> commitTemplate}} |
| 117 | +{{/each}} |
| 118 | +{{/if}} |
| 119 | + |
| 120 | +{{#if green-heart}} |
| 121 | +### 💚 Fix CI Build. |
| 122 | +{{#each green-heart}} |
| 123 | +- {{> commitTemplate}} |
| 124 | +{{/each}} |
| 125 | +{{/if}} |
| 126 | + |
| 127 | +{{#if arrow-down}} |
| 128 | +### ⬇️ Downgrade dependencies. |
| 129 | +{{#each arrow-down}} |
| 130 | +- {{> commitTemplate}} |
| 131 | +{{/each}} |
| 132 | +{{/if}} |
| 133 | + |
| 134 | +{{#if arrow-up}} |
| 135 | +### ⬆️ Upgrade dependencies. |
| 136 | +{{#each arrow-up}} |
| 137 | +- {{> commitTemplate}} |
| 138 | +{{/each}} |
| 139 | +{{/if}} |
| 140 | + |
106 | 141 | {{#if pushpin}}
|
107 | 142 | ### 📌 Pin dependencies to specific versions.
|
108 | 143 | {{#each pushpin}}
|
109 | 144 | - {{> commitTemplate}}
|
110 | 145 | {{/each}}
|
111 | 146 | {{/if}}
|
112 | 147 |
|
| 148 | +{{#if construction-worker}} |
| 149 | +### 👷 Add or update CI build system. |
| 150 | +{{#each construction-worker}} |
| 151 | +- {{> commitTemplate}} |
| 152 | +{{/each}} |
| 153 | +{{/if}} |
| 154 | + |
113 | 155 | {{#if recycle}}
|
114 | 156 | ### ♻️ Refactor code.
|
115 | 157 | {{#each recycle}}
|
|
152 | 194 | {{/each}}
|
153 | 195 | {{/if}}
|
154 | 196 |
|
| 197 | +{{#if loud-sound}} |
| 198 | +### 🔊 Add or update logs. |
| 199 | +{{#each loud-sound}} |
| 200 | +- {{> commitTemplate}} |
| 201 | +{{/each}} |
| 202 | +{{/if}} |
| 203 | + |
155 | 204 | {{#if mute}}
|
156 | 205 | ### 🔇 Remove logs.
|
157 | 206 | {{#each mute}}
|
158 | 207 | - {{> commitTemplate}}
|
159 | 208 | {{/each}}
|
160 | 209 | {{/if}}
|
161 | 210 |
|
| 211 | +{{#if building-construction}} |
| 212 | +### 🏗 Make architectural changes. |
| 213 | +{{#each building-construction}} |
| 214 | +- {{> commitTemplate}} |
| 215 | +{{/each}} |
| 216 | +{{/if}} |
| 217 | + |
162 | 218 | {{#if mag}}
|
163 | 219 | ### 🔍 Improve SEO.
|
164 | 220 | {{#each mag}}
|
|
173 | 229 | {{/each}}
|
174 | 230 | {{/if}}
|
175 | 231 |
|
| 232 | +{{#if goal-net}} |
| 233 | +### 🥅 Catch errors. |
| 234 | +{{#each goal-net}} |
| 235 | +- {{> commitTemplate}} |
| 236 | +{{/each}} |
| 237 | +{{/if}} |
| 238 | + |
176 | 239 | {{#if memo}}
|
177 | 240 | ### 📝 Add or update documentation.
|
178 | 241 | {{#each memo}}
|
|
201 | 264 | {{/each}}
|
202 | 265 | {{/if}}
|
203 | 266 |
|
204 |
| -{{#if rotating-light}} |
205 |
| -### 🚨 Remove linter warnings. |
206 |
| -{{#each rotating-light}} |
207 |
| -- {{> commitTemplate}} |
208 |
| -{{/each}} |
209 |
| -{{/if}} |
210 |
| - |
211 |
| -{{#if green-heart}} |
212 |
| -### 💚 Fix CI Build. |
213 |
| -{{#each green-heart}} |
214 |
| -- {{> commitTemplate}} |
215 |
| -{{/each}} |
216 |
| -{{/if}} |
217 |
| - |
218 |
| -{{#if arrow-down}} |
219 |
| -### ⬇️ Downgrade dependencies. |
220 |
| -{{#each arrow-down}} |
221 |
| -- {{> commitTemplate}} |
222 |
| -{{/each}} |
223 |
| -{{/if}} |
224 |
| - |
225 |
| -{{#if arrow-up}} |
226 |
| -### ⬆️ Upgrade dependencies. |
227 |
| -{{#each arrow-up}} |
228 |
| -- {{> commitTemplate}} |
229 |
| -{{/each}} |
230 |
| -{{/if}} |
231 |
| - |
232 |
| -{{#if construction-worker}} |
233 |
| -### 👷 Add or update CI build system. |
234 |
| -{{#each construction-worker}} |
235 |
| -- {{> commitTemplate}} |
236 |
| -{{/each}} |
237 |
| -{{/if}} |
238 |
| - |
239 | 267 | {{#if chart-with-upwards-trend}}
|
240 | 268 | ### 📈 Add or update analytics or track code.
|
241 | 269 | {{#each chart-with-upwards-trend}}
|
|
327 | 355 | {{/each}}
|
328 | 356 | {{/if}}
|
329 | 357 |
|
330 |
| -{{#if loud-sound}} |
331 |
| -### 🔊 Add or update logs. |
332 |
| -{{#each loud-sound}} |
333 |
| -- {{> commitTemplate}} |
334 |
| -{{/each}} |
335 |
| -{{/if}} |
336 |
| - |
337 | 358 | {{#if busts-in-silhouette}}
|
338 | 359 | ### 👥 Add or update contributor(s).
|
339 | 360 | {{#each busts-in-silhouette}}
|
340 | 361 | - {{> commitTemplate}}
|
341 | 362 | {{/each}}
|
342 | 363 | {{/if}}
|
343 | 364 |
|
344 |
| -{{#if children-crossing}} |
345 |
| -### 🚸 Improve user experience / usability. |
346 |
| -{{#each children-crossing}} |
347 |
| -- {{> commitTemplate}} |
348 |
| -{{/each}} |
349 |
| -{{/if}} |
350 |
| - |
351 |
| -{{#if building-construction}} |
352 |
| -### 🏗 Make architectural changes. |
353 |
| -{{#each building-construction}} |
354 |
| -- {{> commitTemplate}} |
355 |
| -{{/each}} |
356 |
| -{{/if}} |
357 |
| - |
358 | 365 | {{#if clown-face}}
|
359 | 366 | ### 🤡 Mock things.
|
360 | 367 | {{#each clown-face}}
|
|
397 | 404 | {{/each}}
|
398 | 405 | {{/if}}
|
399 | 406 |
|
400 |
| -{{#if goal-net}} |
401 |
| -### 🥅 Catch errors. |
402 |
| -{{#each goal-net}} |
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