From eb20cc0acad0da91ead7d207fa6a83f1778f03e1 Mon Sep 17 00:00:00 2001 From: EmanuelFeru Date: Sun, 16 May 2021 15:27:16 +0200 Subject: [PATCH] Added issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++ .../ISSUE_TEMPLATE/idea---feature-request.md | 14 ++++++++++ .../question-about-the-firmware.md | 26 +++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/idea---feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/question-about-the-firmware.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6806b48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +### Your System +- 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 +``` diff --git a/.github/ISSUE_TEMPLATE/idea---feature-request.md b/.github/ISSUE_TEMPLATE/idea---feature-request.md new file mode 100644 index 0000000..b1259ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/idea---feature-request.md @@ -0,0 +1,14 @@ +--- +name: Idea / Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**What can we do to make the firmware better?** +Consider if code examples or images would help communicate your request. + +**Describe suggestions or alternatives you have considered** +A clear and concise description of any alternative solutions or features you've considered. diff --git a/.github/ISSUE_TEMPLATE/question-about-the-firmware.md b/.github/ISSUE_TEMPLATE/question-about-the-firmware.md new file mode 100644 index 0000000..2443656 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-about-the-firmware.md @@ -0,0 +1,26 @@ +--- +name: Question about the firmware +about: How to use the firmware to... +title: '' +labels: question +assignees: '' + +--- + +### Your System +- VARIANT: +- CONTROL TYPE: +- CONTROL MODE: +- What is your application? + - Hovercar, Skateboard, RC platform, etc. + +**Before asking a question** see if it is already answered in: +* [Wiki pages](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/wiki) + +**Indicate what you have tried:** +If applicable, indicate what you tried that _doesn't_ work: + +```c +input1[inIdx].raw = adc_buffer.l_rx2; +input2[inIdx].raw = adc_buffer.l_tx2 +```