forked from EFeru/hoverboard-firmware-hack-FOC
Create question-about-the-firmware.yaml
This commit is contained in:
52
.github/ISSUE_TEMPLATE/question-about-the-firmware.yaml
vendored
Normal file
52
.github/ISSUE_TEMPLATE/question-about-the-firmware.yaml
vendored
Normal 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
|
Reference in New Issue
Block a user