Skip to content

Commit

Permalink
add dropdown for jvm vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Dec 19, 2024
1 parent 0fd6700 commit 8e8345c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@ body:
validations:
required: true

- type: dropdown
attributes:
label: JVM Vendor
description: "Which JVM vendor does your application use"
options:
- Oracle JDK
- Alibaba Dragonwell
- Amazon Corretto
- Azul Zing / Zulu
- BellSoft Liberica JDK
- Eclipse Adoptium / Temurin
- Eclipse OpenJ9
- IBM SDK / Semeru
- Oracle GraalVM
- RedHat JDK
- SapMachine
- Other (please specify in comments)
validations:
required: true

- type: textarea
attributes:
label: Bug Report
Expand Down

0 comments on commit 8e8345c

Please sign in to comment.