From e1107841b67b8325e39779ad5da9b70fa22e3ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Fri, 15 Dec 2023 19:11:12 +0100 Subject: [PATCH] Use input boxes for the OpenIddict version in the issue templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +------ .github/ISSUE_TEMPLATE/provider_issue.yml | 4 +--- .github/ISSUE_TEMPLATE/question.yml | 7 +------ 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 27e52967..6c17e8f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,16 +11,11 @@ body: - label: I confirm I'm a sponsor or a contributor required: true -- type: dropdown +- type: input id: version attributes: label: Version description: What version of OpenIddict are you running? - options: - - 1.x (no longer supported) - - 2.x (no longer supported) - - 3.x (no longer supported) - - 4.x validations: required: true diff --git a/.github/ISSUE_TEMPLATE/provider_issue.yml b/.github/ISSUE_TEMPLATE/provider_issue.yml index f0c81219..3534f8f2 100644 --- a/.github/ISSUE_TEMPLATE/provider_issue.yml +++ b/.github/ISSUE_TEMPLATE/provider_issue.yml @@ -14,13 +14,11 @@ body: - label: "I'm not interested in submitting a pull request and understand that this provider may not be fixed in the near future without my contribution." required: false -- type: dropdown +- type: input id: version attributes: label: Version description: What version of OpenIddict are you running? - options: - - 4.x validations: required: true diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 7e15abdd..40448705 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -11,16 +11,11 @@ body: - label: I confirm I'm a sponsor or a contributor required: true -- type: dropdown +- type: input id: version attributes: label: Version description: What version of OpenIddict are you running? - options: - - 1.x (no longer supported) - - 2.x (no longer supported) - - 3.x (no longer supported) - - 4.x validations: required: true