mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Update ISSUE Template to require Support ID Only (#12259)
This commit is contained in:
parent
7604b05a00
commit
a3b7d74016
1 changed files with 7 additions and 26 deletions
33
.github/ISSUE_TEMPLATE/firmware-bug-report.yml
vendored
33
.github/ISSUE_TEMPLATE/firmware-bug-report.yml
vendored
|
@ -38,35 +38,16 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Support ID
|
label: Support ID
|
||||||
description: |
|
description: |
|
||||||
From BetaFlight version 4.4 please use the `Submit Support Data` button to get an support ID. Please post the support ID here.
|
|
||||||
|
If missing any drivers for GYRO, ACC, MAG, BARO, FLASH or OSD it's required to flash a `Core Only` build for your board.
|
||||||
|
|
||||||
|
Go to CLI tab and use the `Submit Support Data` button to get an `Support ID`. Please post the `Support ID` here.
|
||||||
|
|
||||||
Don't add three backticks or any other format symbol at the start or end of the block, they will be added automatically.
|
Don't add three backticks or any other format symbol at the start or end of the block, they will be added automatically.
|
||||||
|
|
||||||
placeholder: |
|
placeholder: |
|
||||||
# PASTE HERE THE OUTPUT OF `Support ID` IN THE CLI TAB
|
# PASTE HERE THE OUTPUT OF `Support ID` IN THE CLI TAB
|
||||||
render: txt
|
render: txt
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Diff configuration
|
|
||||||
description: |
|
|
||||||
Create a `diff` and post it here. Instructions on how to do a diff: https://oscarliang.com/use-diff-not-dump-betaflight/
|
|
||||||
Don't add three backticks or any other format symbol at the start or end of the block, they will be added automatically.
|
|
||||||
placeholder: |
|
|
||||||
# PASTE HERE THE OUTPUT OF `diff` COMMAND IN THE CLI TAB
|
|
||||||
render: txt
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Resources configuration
|
|
||||||
description: |
|
|
||||||
Use `resource show all` to create a resource allocation list and post it here.
|
|
||||||
Don't add three backticks or any other format symbol at the start or end of the block, they will be added automatically.
|
|
||||||
placeholder: |
|
|
||||||
# PASTE HERE THE OUTPUT OF `resource show all` COMMAND IN THE CLI TAB
|
|
||||||
render: txt
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -89,7 +70,7 @@ body:
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: How are the different components wired up
|
label: How are the different components wired up (including port information)
|
||||||
description: Details about how all is wired.
|
description: Details about how all is wired.
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue