Skip to content

Commit

Permalink
chore: Allow any input for jvm versions in bug report template (#5176)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirYwell authored Apr 13, 2023
1 parent fe049a5 commit 75039b8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,12 @@ body:
placeholder: X.Y.Z
validations:
required: true
- type: dropdown
- type: input
id: jvm-version
attributes:
label: JVM Version
description: Which JVM version are you running Spoon with? Note that Spoon is built for Java 11+, and we cannot maintain support for older versions.
options:
- "11"
- "12"
- "13"
- "14"
- "15"
- "16"
- "17"
- "18"
placeholder: You can run 'java -version' to get this information.
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 75039b8

Please sign in to comment.