Skip to content

Commit c0ece4f

Browse files
committed
Add clearer marks to templates
1 parent ed6836b commit c0ece4f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/1-bug.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Describe a problem
44
---
55

66
<!--
7-
Bug: please check the needed checkboxes ([ ] -> [x]) and fill out the TODOs.
7+
Please check the needed checkboxes ([ ] -> [x]) and fill out the TODOs.
88
Leave the comments as they are: they won’t show on GitHub.
99
1010
Some general tips:
@@ -61,3 +61,5 @@ TODO
6161
<!--What happens instead?-->
6262

6363
TODO
64+
65+
<!--do not edit: bug-->

.github/ISSUE_TEMPLATE/2-feature.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Suggest an idea
44
---
55

66
<!--
7-
Feat: please check the needed checkboxes ([ ] -> [x]) and fill out the TODOs.
7+
Please check the needed checkboxes ([ ] -> [x]) and fill out the TODOs.
88
Leave the comments as they are: they won’t show on GitHub.
99
-->
1010

@@ -44,3 +44,5 @@ TODO
4444
<!-- What are the alternative solutions? Can this be solved in a different way? -->
4545

4646
TODO
47+
48+
<!--do not edit: feat-->

.github/pull-request-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
PR: Please check the needed checkboxes ([ ] -> [x]). Leave the
2+
Please check the needed checkboxes ([ ] -> [x]). Leave the
33
comments as they are, they won’t show on GitHub.
44
We are excited about pull requests, but please try to limit the scope, provide
55
a general description of the changes, and remember, it’s up to you to convince
@@ -17,3 +17,5 @@
1717
### Description of changes
1818

1919
TODO
20+
21+
<!--do not edit: pr-->

0 commit comments

Comments
 (0)