Added issue templates

This commit is contained in:
EmanuelFeru
2021-05-16 15:27:16 +02:00
committed by GitHub
parent 0709e4cb62
commit eb20cc0aca
3 changed files with 61 additions and 0 deletions

21
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -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
```

View File

@ -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.

View File

@ -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
```