Create idea---feature-request.yaml

This commit is contained in:
Candas1
2022-03-23 11:14:35 +01:00
committed by GitHub
parent dfb95cd522
commit 81c5a0dd44

View File

@ -0,0 +1,58 @@
name: 🚀 Idea / Feature request
description: Suggest an idea for this project
title : "[Enhancement]: "
labels: "Enhancement"
body:
- type: dropdown
attributes:
label: Variant
description: What variant of the firmware are you using?
multiple: false
options:
- ADC
- USART
- NUNCHUK
- PPM
- PWM
- IBUS
- HOVERCAR
- TRANSPOTTER
- SKATEBOARD
- HOVERBOARD
validations:
required: true
- type: dropdown
attributes:
label: Control type
description: What Control type are you using?
multiple: false
options:
- Commutation
- Sinusoidale
- FOC
validations:
required: true
- type: dropdown
attributes:
label: Control mode
description: What Control mode are you using?
multiple: false
options:
- Voltage
- Speed
- Torque
validations:
required: true
- type: textarea
attributes:
label: What can we do to make the firmware better?
placeholder: Consider if code examples or images would help communicate your request
validations:
required: true
- type: textarea
attributes:
label: Describe suggestions or alternatives you have considered
placeholder: A clear and concise description of any alternative solutions or features you've considered
validations:
required: true