From e75ccb4b1c6cd8f7b323d4c9dec15b0bbcea4196 Mon Sep 17 00:00:00 2001 From: Tim Gover <990920+timg236@users.noreply.github.com> Date: Sat, 12 Feb 2022 08:18:46 +0000 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0e19cad..c016664 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,11 +51,12 @@ body: attributes: label: Bootloader configuration. 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. + Copy and paste the results of `vcgencmd bootloader_config` or describe the failing configuration. * `rpi-eeprom-update` saves a backup of the previous bootloader configuration to `/var/lib/raspberrypi/bootloader/backup` before it schedules the update. + * `rpi-eeprom-config pieeprom.upd` can be used to read the contents of an EEPROM image. validations: - required: false + required: true - type: textarea id: system