Create question-about-the-firmware.yaml

This commit is contained in:
Candas1
2022-03-23 11:06:22 +01:00
committed by GitHub
parent 785f64778a
commit dfb95cd522

View File

@ -0,0 +1,52 @@
name: ❓ Question about the firmware
description: How to use the firmware to...
title : "[Bug]: "
labels: "bug"
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: Description
placeholder: If applicable, indicate what you tried that doesn't work
validations:
required: true