issue template: turn environment input into dropdown
This commit is contained in:
parent
de171c5bcc
commit
a7dbf0a12e
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user