issue template: turn environment input into dropdown

This commit is contained in:
Bernhard Kirchen 2024-09-26 21:48:37 +02:00
parent de171c5bcc
commit a7dbf0a12e

View File

@ -60,12 +60,20 @@ body:
placeholder: "e.g. 359d513" placeholder: "e.g. 359d513"
validations: validations:
required: true required: true
- type: input - type: dropdown
id: environment id: environment
attributes: attributes:
label: What firmware variant (PIO Environment)? label: What firmware variant (PIO Environment)?
description: You can find this in the Web UI at Info -> System. 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: validations:
required: true required: true
- type: textarea - type: textarea