diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 7f960fd7..619b306d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 918dc547..0b82fabd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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