mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Update bug_report.yml
Added request for bootloader config plus links to various sections of the docs for diagnostics
This commit is contained in:
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -16,6 +16,8 @@ body:
|
|||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
description: |
|
description: |
|
||||||
Add a clear and concise description of what you think the bug is.
|
Add a clear and concise description of what you think the bug is.
|
||||||
|
* Attach a photo of the bootloader [diagnostics](/var/lib/raspberrypi/bootloader/backup) if this shows an error.
|
||||||
|
* If the system is failing to boot then please check if the green activity LED is displaying an [error pattern](https://www.raspberrypi.com/documentation/computers/configuration.html#led-warning-flash-codes).
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -42,12 +44,22 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: config
|
||||||
|
attributes:
|
||||||
|
label: Bootloader config
|
||||||
|
description: |
|
||||||
|
Copy and paste the results of `rpi-eeprom-config` or `vcgencmd bootloader_config` or describe the configuration changes if the system is not booting.
|
||||||
|
* N.B `rpi-eeprom-update` saves a backup of the previous bootloader configuration to `/var/lib/raspberrypi/bootloader/backup` before it schedules the update.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: system
|
id: system
|
||||||
attributes:
|
attributes:
|
||||||
label: System
|
label: System
|
||||||
description: |
|
description: |
|
||||||
Copy and paste the results of the raspinfo command in to this section.
|
Copy and paste the results of the `raspinfo` command in to this section.
|
||||||
Alternatively, copy and paste a pastebin link, or add answers to the following questions:
|
Alternatively, copy and paste a pastebin link, or add answers to the following questions:
|
||||||
* Which OS and version (`cat /etc/rpi-issue`)?
|
* Which OS and version (`cat /etc/rpi-issue`)?
|
||||||
* Which bootloader version (`vcgencmd bootloader_version`)?
|
* Which bootloader version (`vcgencmd bootloader_version`)?
|
||||||
|
|||||||
Reference in New Issue
Block a user