Skip to content

Commit f7a707a

Browse files
author
Cruz Monrreal
authored
Merge pull request #6669 from ithinuel/make_pr_template_fancier
make PR type box list "fancier" without making it a github tasklist
2 parents 35bd8b9 + 345bc49 commit f7a707a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@
1111

1212
<!--
1313
Required
14-
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise) or
15-
change the layout.
16-
17-
[X] Fix
14+
Please add only one X to one of the following types. Do not fill multiple types (split the pull request otherwise).
15+
Please note this is not a GitHub task list, indenting the boxes or changing the format to add a '.' or '*' in front
16+
of them would change the meaning incorrectly. The only changes to be made are to add a description text under the
17+
description heading and to add a 'x' to the correct box.
18+
-->
19+
[ ] Fix
1820
[ ] Refactor
1921
[ ] New target
2022
[ ] Feature
2123
[ ] Breaking change
22-
-->
2324

24-
[ ] Fix
25-
[ ] Refactor
26-
[ ] New target
27-
[ ] Feature
28-
[ ] Breaking change

0 commit comments

Comments
 (0)