From a780b7eb1b456735914c94c3f2e98135373d554d Mon Sep 17 00:00:00 2001 From: bhanurp Date: Wed, 23 Oct 2024 08:36:33 +0530 Subject: [PATCH] Fixed drop values issue in bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7465be4c..dfe9065b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,8 +29,8 @@ body: label: IsDeprecated description: Is the plugin in deprecated-plugins folder(deprecated-plugins)? options: - - Yes (Default) - - No + - "Yes" + - "No" default: 0 validations: required: true @@ -72,8 +72,8 @@ body: label: Can you fix it? description: Can you fix the issue by yourself? options: - - Yes (Default) - - No + - "Yes" + - "No" default: 0 validations: required: true