Browse Source

Dropdown Order

Make "        - Not platform specific" top item.
pull/2750/head
Talie5in 2 months ago
committed by GitHub
parent
commit
1026b0a844
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/ISSUE_TEMPLATE/bug_report.yml

4
.github/ISSUE_TEMPLATE/bug_report.yml

@ -47,9 +47,9 @@ body:
label: Platform label: Platform
description: MCU family, not board model. description: MCU family, not board model.
options: options:
- Not platform specific
- ESP32 - ESP32
- nRF52 - nRF52
- Not platform specific
- Unsure - Unsure
validations: validations:
required: true required: true
@ -67,7 +67,7 @@ body:
attributes: attributes:
label: Radio Settings label: Radio Settings
description: Frequency plan, bandwidth, spreading factor, coding rate, and region if relevant. description: Frequency plan, bandwidth, spreading factor, coding rate, and region if relevant.
placeholder: "e.g. AU915 / 125kHz / SF9 / CR4/5" placeholder: "e.g. AU915 / 62.5kHz / SF9 / CR4/5"
- type: textarea - type: textarea
id: summary id: summary

Loading…
Cancel
Save