|
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 |
|
176 |
| -{{#if construction}} |
177 |
| -### 🚧 Work in progress. |
178 |
| -{{#each construction}} |
| 232 | +{{#if goal-net}} |
| 233 | +### 🥅 Catch errors. |
| 234 | +{{#each goal-net}} |
179 | 235 | - {{> commitTemplate}}
|
180 | 236 | {{/each}}
|
181 | 237 | {{/if}}
|
|
208 | 264 | {{/each}}
|
209 | 265 | {{/if}}
|
210 | 266 |
|
211 |
| -{{#if rotating-light}} |
212 |
| -### 🚨 Remove linter warnings. |
213 |
| -{{#each rotating-light}} |
214 |
| -- {{> commitTemplate}} |
215 |
| -{{/each}} |
216 |
| -{{/if}} |
217 |
| - |
218 |
| -{{#if green-heart}} |
219 |
| -### 💚 Fix CI Build. |
220 |
| -{{#each green-heart}} |
221 |
| -- {{> commitTemplate}} |
222 |
| -{{/each}} |
223 |
| -{{/if}} |
224 |
| - |
225 |
| -{{#if arrow-down}} |
226 |
| -### ⬇️ Downgrade dependencies. |
227 |
| -{{#each arrow-down}} |
228 |
| -- {{> commitTemplate}} |
229 |
| -{{/each}} |
230 |
| -{{/if}} |
231 |
| - |
232 |
| -{{#if arrow-up}} |
233 |
| -### ⬆️ Upgrade dependencies. |
234 |
| -{{#each arrow-up}} |
235 |
| -- {{> commitTemplate}} |
236 |
| -{{/each}} |
237 |
| -{{/if}} |
238 |
| - |
239 |
| -{{#if construction-worker}} |
240 |
| -### 👷 Add or update CI build system. |
241 |
| -{{#each construction-worker}} |
242 |
| -- {{> commitTemplate}} |
243 |
| -{{/each}} |
244 |
| -{{/if}} |
245 |
| - |
246 | 267 | {{#if chart-with-upwards-trend}}
|
247 | 268 | ### 📈 Add or update analytics or track code.
|
248 | 269 | {{#each chart-with-upwards-trend}}
|
|
334 | 355 | {{/each}}
|
335 | 356 | {{/if}}
|
336 | 357 |
|
337 |
| -{{#if loud-sound}} |
338 |
| -### 🔊 Add or update logs. |
339 |
| -{{#each loud-sound}} |
340 |
| -- {{> commitTemplate}} |
341 |
| -{{/each}} |
342 |
| -{{/if}} |
343 |
| - |
344 | 358 | {{#if busts-in-silhouette}}
|
345 | 359 | ### 👥 Add or update contributor(s).
|
346 | 360 | {{#each busts-in-silhouette}}
|
347 | 361 | - {{> commitTemplate}}
|
348 | 362 | {{/each}}
|
349 | 363 | {{/if}}
|
350 | 364 |
|
351 |
| -{{#if children-crossing}} |
352 |
| -### 🚸 Improve user experience / usability. |
353 |
| -{{#each children-crossing}} |
354 |
| -- {{> commitTemplate}} |
355 |
| -{{/each}} |
356 |
| -{{/if}} |
357 |
| - |
358 |
| -{{#if building-construction}} |
359 |
| -### 🏗 Make architectural changes. |
360 |
| -{{#each building-construction}} |
361 |
| -- {{> commitTemplate}} |
362 |
| -{{/each}} |
363 |
| -{{/if}} |
364 |
| - |
365 | 365 | {{#if clown-face}}
|
366 | 366 | ### 🤡 Mock things.
|
367 | 367 | {{#each clown-face}}
|
|
404 | 404 | {{/each}}
|
405 | 405 | {{/if}}
|
406 | 406 |
|
407 |
| -{{#if goal-net}} |
408 |
| -### 🥅 Catch errors. |
409 |
| -{{#each goal-net}} |
410 |
| -- {{> commitTemplate}} |
411 |
| -{{/each}} |
412 |
| -{{/if}} |
413 |
| - |
414 | 407 | {{#if animation}}
|
415 | 408 | ### 💫 Add or update animations and transitions.
|
416 | 409 | {{#each animation}}
|
|
0 commit comments