2022-11-25 17:44:26 +00:00
|
|
|
name: Feature Request
|
|
|
|
description: Request a new feature
|
|
|
|
title: "[Feature Request]: "
|
|
|
|
labels: ["enhancement"]
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Thanks for your request this will not gurantee that we will implement it, but it will be reviewed.
|
|
|
|
- type: dropdown
|
|
|
|
id: soc
|
|
|
|
attributes:
|
|
|
|
label: Platform
|
|
|
|
description: What device platform will support your feature?
|
|
|
|
multiple: true
|
|
|
|
options:
|
|
|
|
- NRF52
|
|
|
|
- ESP32
|
2024-05-11 08:05:03 +00:00
|
|
|
- RP2040
|
2024-05-11 00:10:23 +00:00
|
|
|
- Linux Native
|
|
|
|
- other
|
2022-11-25 17:44:26 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: body
|
|
|
|
attributes:
|
|
|
|
label: Description
|
|
|
|
description: Please provide details about your enhancement.
|
|
|
|
validations:
|
|
|
|
required: true
|