Skip to content

Commit e4540f6

Browse files
committed
ci: add fields to Issue forms
1 parent 427e8df commit e4540f6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ body:
1010
options:
1111
- label: I have searched the existing issues
1212
required: true
13+
- type: checkboxes
14+
attributes:
15+
label: I have tried the Pre-Release of the extension.
16+
description: Please try and replicate the Issue in the latest Pre-Release version of the extension.
17+
options:
18+
- label: I have replicated the Issue in the latest Pre-Release
19+
required: true
1320
- type: textarea
1421
id: description
1522
attributes:

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ body:
1010
options:
1111
- label: I have searched the existing issues
1212
required: true
13+
- type: checkboxes
14+
attributes:
15+
label: I have tried the Pre-Release of the extension.
16+
description: Please try and replicate the Issue in the latest Pre-Release version of the extension.
17+
options:
18+
- label: Feature is not present in the latest Pre-Release
19+
required: true
1320
- type: textarea
1421
attributes:
1522
label: Feature Request

0 commit comments

Comments
 (0)