mirror of
https://github.com/openwrt/luci
synced 2025-01-08 12:08:04 +08:00
github: change bug reports to recommend ubus call system board
This reveals also the device model and cuts down on seemingly repeated information. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
parent
f5c18061ed
commit
41f1c3c439
36
.github/ISSUE_TEMPLATE/01-bug.yml
vendored
36
.github/ISSUE_TEMPLATE/01-bug.yml
vendored
@ -72,7 +72,7 @@ body:
|
|||||||
description: |
|
description: |
|
||||||
What version of openwrt/luci are you running? <br/>
|
What version of openwrt/luci are you running? <br/>
|
||||||
```
|
```
|
||||||
cat /etc/os-release
|
ubus call system board
|
||||||
```
|
```
|
||||||
<br/>
|
<br/>
|
||||||
or copy/paste the luci and/or module version from the main status page
|
or copy/paste the luci and/or module version from the main status page
|
||||||
@ -81,25 +81,21 @@ body:
|
|||||||
placeholder: |
|
placeholder: |
|
||||||
e.g.
|
e.g.
|
||||||
|
|
||||||
NAME="OpenWrt"
|
{
|
||||||
VERSION="23.05.5"
|
"kernel": "5.15.167",
|
||||||
ID="openwrt"
|
"hostname": "openwrt",
|
||||||
ID_LIKE="lede openwrt"
|
"system": "ARMv8 Processor rev 4",
|
||||||
PRETTY_NAME="OpenWrt 23.05.5"
|
"model": "GL.iNet GL-MT6000",
|
||||||
VERSION_ID="23.05.5"
|
"board_name": "glinet,gl-mt6000",
|
||||||
HOME_URL="https://openwrt.org/"
|
"rootfs_type": "squashfs",
|
||||||
BUG_URL="https://bugs.openwrt.org/"
|
"release": {
|
||||||
SUPPORT_URL="https://forum.openwrt.org/"
|
"distribution": "OpenWrt",
|
||||||
BUILD_ID="r24106-10cc5fcd00"
|
"version": "23.05.5",
|
||||||
OPENWRT_BOARD="mediatek/filogic"
|
"revision": "r24106-10cc5fcd00",
|
||||||
OPENWRT_ARCH="aarch64_cortex-a53"
|
"target": "mediatek/filogic",
|
||||||
OPENWRT_TAINTS=""
|
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
|
||||||
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
|
}
|
||||||
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
|
}
|
||||||
OPENWRT_DEVICE_PRODUCT="Generic"
|
|
||||||
OPENWRT_DEVICE_REVISION="v0"
|
|
||||||
OPENWRT_RELEASE="OpenWrt 23.05.5 r24106-10cc5fcd00"
|
|
||||||
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
Loading…
Reference in New Issue
Block a user