Skip to content

Commit

Permalink
ci: add fields to Issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Nov 8, 2023
1 parent 427e8df commit e4540f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ body:
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
attributes:
label: I have tried the Pre-Release of the extension.
description: Please try and replicate the Issue in the latest Pre-Release version of the extension.
options:
- label: I have replicated the Issue in the latest Pre-Release
required: true
- type: textarea
id: description
attributes:
Expand Down
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ body:
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
attributes:
label: I have tried the Pre-Release of the extension.
description: Please try and replicate the Issue in the latest Pre-Release version of the extension.
options:
- label: Feature is not present in the latest Pre-Release
required: true
- type: textarea
attributes:
label: Feature Request
Expand Down

0 comments on commit e4540f6

Please sign in to comment.