From 7e6a65199c3b783c0d1848a493d0607379f0653f Mon Sep 17 00:00:00 2001 From: Candas1 Date: Fri, 6 May 2022 15:46:19 +0200 Subject: [PATCH] Replaced by yml form --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 63a7990..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -### Before reporting an issue -Check the [Wiki pages](https://github.com/EFeru/hoverboard-firmware-hack-FOC/wiki), there are hints for troubleshooting. - -### Describe your System so we can help you better -- VARIANT: -- CONTROL TYPE: -- CONTROL MODE: -- What is your application? - - Hovercar, Skateboard, RC platform, etc. - -Describe the bug and how we can reproduce it. - -```c -// a code sample may improve communication -```