Browse Source
Dropdown Order
Make " - Not platform specific" top item.
pull/2750/head
Talie5in
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/ISSUE_TEMPLATE/bug_report.yml
|
|
|
@ -47,9 +47,9 @@ body: |
|
|
|
label: Platform |
|
|
|
description: MCU family, not board model. |
|
|
|
options: |
|
|
|
- Not platform specific |
|
|
|
- ESP32 |
|
|
|
- nRF52 |
|
|
|
- Not platform specific |
|
|
|
- Unsure |
|
|
|
validations: |
|
|
|
required: true |
|
|
|
@ -67,7 +67,7 @@ body: |
|
|
|
attributes: |
|
|
|
label: Radio Settings |
|
|
|
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 |
|
|
|
id: summary |
|
|
|
|