Skip to content

Commit

Permalink
Fixed drop values issue in bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanurp committed Oct 23, 2024
1 parent 1df5118 commit a780b7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a780b7e

Please sign in to comment.