Add display port sub-command definitions
[betaflight.git] / .github / ISSUE_TEMPLATE / firmware-bug-report.yml
blob089a5d11a19f3d4ac3a4d454828635cef43de8d4
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: Diff configuration
40       description: |
41         Create a `diff` and post it here. Instructions on how to do a diff: https://oscarliang.com/use-diff-not-dump-betaflight/
42         Don't add three backticks or any other format symbol at the start or end of the block, they will be added automatically.
43       placeholder: |
44           # PASTE HERE THE OUTPUT OF `diff` COMMAND IN THE CLI TAB
45       render: txt
46     validations:
47       required: true
49   - type: textarea
50     attributes:
51       label: Resources configuration
52       description: |
53         Use `resource show all` to create a resource allocation list and post it here.
54         Don't add three backticks or any other format symbol at the start or end of the block, they will be added automatically.
55       placeholder: |
56           # PASTE HERE THE OUTPUT OF `resource show all` COMMAND IN THE CLI TAB
57       render: txt
58     validations:
59       required: true
61   - type: markdown
62     attributes:
63       value: |
64         # Setup / Versions
66   - type: input
67     attributes:
68       label: Flight controller
69       description: Specify your flight controller model (what type is it, where was it bought from, ...).
70     validations:
71       required: true
73   - type: textarea
74     attributes:
75       label: Other components
76       description: Specify other components attached to the flight controller (RX, VTX, brand / model for all of them, firmware version where applicable...).
78   - type: textarea
79     attributes:
80       label: How are the different components wired up
81       description: Details about how all is wired.
83   - type: markdown
84     attributes:
85       value: |
86         # Other information
88   - type: textarea
89     attributes:
90       label: Add any other context about the problem that you think might be relevant here