Skip to content

Commit

Permalink
Merge pull request #472 from jfrog/issue-template
Browse files Browse the repository at this point in the history
Fixed drop values issue in bug report template
  • Loading branch information
bhanurp authored Oct 23, 2024
2 parents 1713d43 + a780b7e commit 21e14e0
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 21e14e0

Please sign in to comment.