From: Christian Schmidbauer Date: Mon, 2 Jan 2023 21:03:27 +0000 (+0100) Subject: github: add command for device X-Git-Tag: v23.05.0-rc1~1385 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11675%2Fhead;p=thirdparty%2Fopenwrt.git github: add command for device This adds a command to the issue template to simplify the "device" name reporting. Signed-off-by: Christian Schmidbauer --- diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d96591dc98d..fed2b8de7c9 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