rename fix: smoothStepUpTransition (#13768)
[betaflight.git] / .github / ISSUE_TEMPLATE / firmware-bug-report.yml
blobf5f640762690b8b131883621ef8a9ab1c687572f
1 name: Firmware Bug Report
2 description: Create a report to help us fix bugs in the Betaflight firmware.
3 labels: ["Template: Bug"]
4 body:
6   - type: markdown
7     attributes:
8       value: |
9         # Please fill all the fields with the required information
11   - type: textarea
12     attributes:
13       label: Describe the bug
14       description: A clear and concise description of what the bug is.
15     validations:
16       required: true
18   - type: textarea
19     attributes:
20       label: To Reproduce
21       description: Steps to reproduce the behavior.
22     validations:
23       required: true
25   - type: textarea
26     attributes:
27       label: Expected behavior
28       description: A clear and concise description of what you expected to happen.
29     validations:
30       required: true
32   - type: markdown
33     attributes:
34       value: |
35         # Flight controller configuration
37   - type: textarea
38     attributes:
39       label: Support ID
40       description: |
42         If missing any drivers for GYRO, ACC, MAG, BARO, FLASH or OSD it's required to flash a `Core Only` build for your board.
44         Go to CLI tab and use the `Submit Support Data` button to get an `Support ID`. Please post the `Support ID` here.
46         Don't add three backticks or any other format symbol at the start or end of the block, they will be added automatically.
48       placeholder: |
49           # PASTE HERE THE OUTPUT OF `Support ID` IN THE CLI TAB
50       render: txt
51     validations:
52       required: true
54   - type: markdown
55     attributes:
56       value: |
57         # Setup / Versions
59   - type: input
60     attributes:
61       label: Flight controller
62       description: Specify your flight controller model (what type is it, where was it bought from, ...).
63     validations:
64       required: true
66   - type: textarea
67     attributes:
68       label: Other components
69       description: Specify other components attached to the flight controller (RX, VTX, brand / model for all of them, firmware version where applicable...).
71   - type: textarea
72     attributes:
73       label: How are the different components wired up (including port information)
74       description: Details about how all is wired.
76   - type: markdown
77     attributes:
78       value: |
79         # Other information
81   - type: textarea
82     attributes:
83       label: Add any other context about the problem that you think might be relevant here