From 8e8345c2769b0b2c0575cebbaadcdc5d39f7903e Mon Sep 17 00:00:00 2001 From: Thomas Hunter II Date: Thu, 19 Dec 2024 14:21:58 -0800 Subject: [PATCH] add dropdown for jvm vendor --- .github/ISSUE_TEMPLATE/bug_report.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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