diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9e2dd8339f5..0919f60576b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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