From a7dbf0a12e82d8ba67f6ed6273b2f7b4002c1ab1 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Thu, 26 Sep 2024 21:48:37 +0200 Subject: [PATCH] issue template: turn environment input into dropdown --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ebae89480..86c9b35ea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,12 +60,20 @@ body: placeholder: "e.g. 359d513" validations: required: true - - type: input + - type: dropdown id: environment attributes: label: What firmware variant (PIO Environment)? description: You can find this in the Web UI at Info -> System. - placeholder: "generic_esp32s3_usb" + options: + - "generic_esp32s3_usb" + - "generic_esp32s3" + - "generic_esp32_8mb" + - "generic_esp32_4mb_no_ota" + - "generic_esp32" + - "generic" + - "opendtufusionv2" + - "other (tell us in 'Anything else?')" validations: required: true - type: textarea