From b9408b6b3933d93ca40f62659903bf4636409d75 Mon Sep 17 00:00:00 2001 From: Christian Schmidbauer Date: Mon, 2 Jan 2023 22:03:27 +0100 Subject: [PATCH] github: add command for device This adds a command to the issue template to simplify the "device" name reporting. Signed-off-by: Christian Schmidbauer (cherry picked from commit 169878a190c2d42ffb5f6d10017e627da852e467) --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c38a95dc80..f049965940 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -32,7 +32,9 @@ body: id: device attributes: label: Device - description: The device exhibiting this bug. + description: | + The device exhibiting this bug (if unsure, use command below). + ```cat /tmp/sysinfo/model``` validations: required: true - type: dropdown