From 81c5a0dd443b3b376f45503693944633a2a8bc19 Mon Sep 17 00:00:00 2001 From: Candas1 Date: Wed, 23 Mar 2022 11:14:35 +0100 Subject: [PATCH] Create idea---feature-request.yaml --- .../idea---feature-request.yaml | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/idea---feature-request.yaml diff --git a/.github/ISSUE_TEMPLATE/idea---feature-request.yaml b/.github/ISSUE_TEMPLATE/idea---feature-request.yaml new file mode 100644 index 0000000..abdd044 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/idea---feature-request.yaml @@ -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