Skip to content

Commit 2107413

Browse files
committed
fix: issue template wording
1 parent deeb451 commit 2107413

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ body:
3737
placeholder: Jellyfin x.y.z, plugin x.y.z, OS ...
3838
validations:
3939
required: true
40+
- type: checkboxes
41+
id: duplicate-check
42+
attributes:
43+
label: Confirmation
44+
options:
45+
- label: I have checked that there is no duplicate issue.
46+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ body:
1212
placeholder: A clear description of the requested feature.
1313
validations:
1414
required: true
15-
- type: textarea
16-
id: motivation
17-
attributes:
18-
label: Motivation (optional)
19-
description: Why is this useful? This can be a problem, workflow improvement, or other context.
2015
- type: textarea
2116
id: proposal
2217
attributes:
@@ -35,3 +30,10 @@ body:
3530
attributes:
3631
label: Additional context
3732
description: Add extra context, examples, or references here.
33+
- type: checkboxes
34+
id: duplicate-check
35+
attributes:
36+
label: Confirmation
37+
options:
38+
- label: I have checked that there is no duplicate issue.
39+
required: true

0 commit comments

Comments
 (0)