瀏覽代碼

github: add command for device

This adds a command to the issue template to simplify the "device" name reporting.

Signed-off-by: Christian Schmidbauer <[email protected]>
Christian Schmidbauer 3 年之前
父節點
當前提交
169878a190
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/ISSUE_TEMPLATE/bug-report.yml

+ 3 - 1
.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