atbetaflight/.github/ISSUE_TEMPLATE/firmware-bug-report.md

28 lines
1.0 KiB
Markdown

---
name: Firmware Bug Report
about: Create a report to help us fix bugs in the Betaflight firmware
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Flight controller configuration**
Create a `diff` and post it here in a code block. Put ``` (three backticks) at the start and end of the `diff` block (instructions on how to do a diff: https://oscarliang.com/use-diff-not-dump-betaflight/)
Use `resource show all` to create a resource allocation list and post it here in a code block. Put ``` (three backticks) at the start and end of the output block.
**Setup / Versions**
- Flight controller [what type is it, where was it bought from];
- Other components [RX, VTX, brand / model for all of them, firmware version where applicable];
- how are the different components wired up.
**Additional context**
Add any other context about the problem here.