From 98d2b2fd36f518bbfb2c4c9eba179c2934782ab0 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 8 Oct 2025 18:32:22 +0100 Subject: [PATCH 1/3] Suggest `raspinfo | pastebinit` in bug_report.yml Output of `raspinfo` is now over 65,000 characters, which is more than GitHub allows in a single form field! Also adds Pi 500+ to list of models. --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3d3dbdb1785c79..915f9f9b56ad94 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -53,6 +53,7 @@ body: - Raspberry Pi 400 - Raspberry Pi 5 - Raspberry Pi 500 + - Raspberry Pi 500+ - Raspberry Pi CM1 - Raspberry Pi CM3 - Raspberry Pi CM3 Lite @@ -71,7 +72,7 @@ body: attributes: label: System description: | - Copy and paste the results of the raspinfo command in to this section. + Copy and paste the results of `raspinfo | pastebinit` in to this section. Alternatively, copy and paste a pastebin link, or add answers to the following questions: * Which OS and version (`cat /etc/rpi-issue`)? * Which firmware version (`vcgencmd version`)? From b27f5f6defd7ee94f96fe2998b35d0d5259708a3 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 8 Oct 2025 19:54:29 +0100 Subject: [PATCH 2/3] Wording tweak to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 915f9f9b56ad94..6a4b8d4d5b8f74 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -72,8 +72,8 @@ body: attributes: label: System description: | - Copy and paste the results of `raspinfo | pastebinit` in to this section. - Alternatively, copy and paste a pastebin link, or add answers to the following questions: + Copy and paste the URL returned from `raspinfo | pastebinit` into this section. + Alternatively, add answers to the following questions: * Which OS and version (`cat /etc/rpi-issue`)? * Which firmware version (`vcgencmd version`)? * Which kernel version (`uname -a`)? From bc5de8af481cb52fce7ea95cea24854f3399964c Mon Sep 17 00:00:00 2001 From: Phil Elwell <8911409+pelwell@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:24:26 +0100 Subject: [PATCH 3/3] And CM0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6a4b8d4d5b8f74..cdaf4fcf48968c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -54,6 +54,7 @@ body: - Raspberry Pi 5 - Raspberry Pi 500 - Raspberry Pi 500+ + - Raspberry Pi CM0 - Raspberry Pi CM1 - Raspberry Pi CM3 - Raspberry Pi CM3 Lite