mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-01 21:04:09 +01:00
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>
This commit is contained in:
parent
457cc59795
commit
169878a190
1 changed files with 3 additions and 1 deletions
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue