Merge pull request #11149 from daleckystepan/get_rid_of_double_math_512kb
[betaflight.git] / .github / ISSUE_TEMPLATE / firmware-bug-report.md
blob40ecfc610f95a8f548be82e49b1c8695a0c62fd1
1 ---
2 name: Firmware Bug Report
3 about: Create a report to help us fix bugs in the Betaflight firmware
4 labels: "Template: Bug"
5 ---
6 <!-- This is a template that you must fill. If not, the message will be closed. So don't erase any subtitle in this template (they start with ###)
7 and complete all of them -->
9 ### Describe the bug
10 <!-- A clear and concise description of what the bug is. -->
12 ### To Reproduce
13 <!-- Steps to reproduce the behavior -->
15 ### Expected behavior
16 <!-- A clear and concise description of what you expected to happen. -->
18 ### Flight controller configuration
19 <!-- 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/)
20 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 ```
22 PASTE THE OUTPUT OF 'diff' HERE
23 ```
24 ```
25 PASTE THE OUTPUT OF 'resource show all' HERE
26 ```
28 ### Setup / Versions
29  <!-- Specify your flight controller model (what type is it, where was it bought from, ...) -->
30  - Flight controller: 
31  <!-- Specify other components attached to the flight controller (RX, VTX, brand / model for all of them, firmware version where applicable...) -->
32  - Other components:
33  <!-- Details about how all is wired -->
34  - How are the different components wired up:
37 <!-- Add any other context about the problem that you think might be relevant here. -->