Skip to content

Commit cc5b873

Browse files
committed
issue templates fix
1 parent 9068832 commit cc5b873

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/1_feature_request.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
attributes:
2222
label: OS
2323
description: Which operating system do you use?
24-
placeholder: e.g. Windows 11 21H2 build 22000
24+
placeholder: e.g. Windows 11 24H2 build 26100
2525
validations:
2626
required: true
2727
- type: textarea
@@ -53,3 +53,10 @@ body:
5353
attributes:
5454
label: Additional information
5555
description: If applicable, add screenshots or other relevant information to help explain your problem.
56+
- type: checkboxes
57+
id: confirmed
58+
attributes:
59+
label: Starred
60+
options:
61+
- label: Have you starred the repository yet?
62+
required: true

.github/ISSUE_TEMPLATE/2_bug_report.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
attributes:
2222
label: OS
2323
description: Which operating system do you use?
24-
placeholder: e.g. Windows 11 21H2 build 22000
24+
placeholder: e.g. Windows 11 24H2 build 26100
2525
validations:
2626
required: true
2727
- type: textarea
@@ -73,3 +73,10 @@ body:
7373
attributes:
7474
label: Additional information
7575
description: If applicable, add screenshots or other relevant information to help explain your problem.
76+
- type: checkboxes
77+
id: confirmed
78+
attributes:
79+
label: Starred
80+
options:
81+
- label: Have you starred the repository yet?
82+
required: true

.github/ISSUE_TEMPLATE/3_compatibility_request.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
attributes:
2222
label: OS
2323
description: Which operating system do you use?
24-
placeholder: e.g. Windows 11 21H2 build 22000
24+
placeholder: e.g. Windows 11 24H2 build 26100
2525
validations:
2626
required: true
2727
- type: textarea
@@ -50,3 +50,10 @@ body:
5050
attributes:
5151
label: Additional information
5252
description: If applicable, add screenshots or other relevant information to help explain your problem.
53+
- type: checkboxes
54+
id: confirmed
55+
attributes:
56+
label: Starred
57+
options:
58+
- label: Have you starred the repository yet?
59+
required: true

0 commit comments

Comments
 (0)