From 33eae7e24b85c0bd389485d2d1fd954defe8262c Mon Sep 17 00:00:00 2001 From: Candas1 Date: Wed, 23 Mar 2022 10:52:33 +0100 Subject: [PATCH] Update and rename wiki.md to bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 54 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/wiki.md | 1 - 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml delete mode 100644 .github/ISSUE_TEMPLATE/wiki.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..d52e97c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,54 @@ +name: 🐞 Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' +body: +- type: dropdown + attributes: + label: Variant + description: What variant of the firmware are you using? + multiple: false + options: + - label: ADC + - label: USART + - label: NUNCHUK + - label: PPM + - label: PWM + - label: IBUS + - label: HOVERCAR + - label: TRANSPOTTER + - label: SKATEBOARD + - label: HOVERBOARD + validations: + required: true +- type: dropdown + attributes: + label: Control type + description: What Control type are you using? + multiple: false + options: + - label: Commutation + - label: Sinusoidale + - label: FOC + validations: + required: true +- type: dropdown + attributes: + label: Control mode + description: What Control mode are you using? + multiple: false + options: + - label: Voltage + - label: Speed + - label: Torque + validations: + required: true + +- type: textarea + attributes: + label: Desciption + description: Describe the bug and how we can reproduce it. + placeholder: Example: bla bla bla + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/wiki.md b/.github/ISSUE_TEMPLATE/wiki.md deleted file mode 100644 index c783d8a..0000000 --- a/.github/ISSUE_TEMPLATE/wiki.md +++ /dev/null @@ -1 +0,0 @@ -Please check the wiki pages for [Getting Started](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki#getting-started) and for [Troubleshooting](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki#troubleshooting)