Skip to content

Commit

Permalink
issue template: turn environment input into dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Sep 26, 2024
1 parent de171c5 commit a7dbf0a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7dbf0a

Please sign in to comment.