Merge pull request #10445 from mikeller/revert-10388_in_maintenance_branch
[betaflight.git] / .github / ISSUE_TEMPLATE / firmware-bug-report.md
blob9f8de8d6fc8643a06bd8eaceb7f95811d15f3bb9
1 ---
2 name: Firmware Bug Report
3 about: Create a report to help us fix bugs in the Betaflight firmware
5 ---
7 **Describe the bug**
8 A clear and concise description of what the bug is.
10 **To Reproduce**
11 Steps to reproduce the behavior:
13 **Expected behavior**
14 A clear and concise description of what you expected to happen.
16 **Flight controller configuration**
17 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/)
19 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.
21 **Setup / Versions**
22  - Flight controller [what type is it, where was it bought from];
23  - Other components [RX, VTX, brand / model for all of them, firmware version where applicable];
24  - how are the different components wired up.
26 **Additional context**
27 Add any other context about the problem here.