[openwrt/openwrt] github: add command for device
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 6 06:29:02 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/169878a190c2d42ffb5f6d10017e627da852e467
commit 169878a190c2d42ffb5f6d10017e627da852e467
Author: Christian Schmidbauer <github at grische.xyz>
AuthorDate: Mon Jan 2 22:03:27 2023 +0100
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 at grische.xyz>
---
.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 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
More information about the lede-commits
mailing list