diff options
author | Christian Schmidbauer <github@grische.xyz> | 2023-01-02 22:03:27 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-01-06 15:28:59 +0100 |
commit | 169878a190c2d42ffb5f6d10017e627da852e467 (patch) | |
tree | 7d10132ee6def512918d0e2de41a203f3077dcd5 /.github/ISSUE_TEMPLATE/bug-report.yml | |
parent | 457cc597958748bd9a92bf2cb2e1f8b235124950 (diff) | |
download | upstream-169878a190c2d42ffb5f6d10017e627da852e467.tar.gz upstream-169878a190c2d42ffb5f6d10017e627da852e467.tar.bz2 upstream-169878a190c2d42ffb5f6d10017e627da852e467.zip |
github: add command for device
This adds a command to the issue template to simplify the "device" name reporting.
Signed-off-by: Christian Schmidbauer <github@grische.xyz>
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d96591dc98..fed2b8de7c 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 |