Skip to content

Commit

Permalink
github: change bug reports to recommend ubus call system board
Browse files Browse the repository at this point in the history
This reveals also the device model and cuts down on seemingly repeated
information.

Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Jan 2, 2025
1 parent f5c1806 commit 41f1c3c
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ body:
description: |
What version of openwrt/luci are you running? <br/>
```
cat /etc/os-release
ubus call system board
```
<br/>
or copy/paste the luci and/or module version from the main status page
Expand All @@ -81,25 +81,21 @@ body:
placeholder: |
e.g.
NAME="OpenWrt"
VERSION="23.05.5"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt 23.05.5"
VERSION_ID="23.05.5"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="r24106-10cc5fcd00"
OPENWRT_BOARD="mediatek/filogic"
OPENWRT_ARCH="aarch64_cortex-a53"
OPENWRT_TAINTS=""
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"
{
"kernel": "5.15.167",
"hostname": "openwrt",
"system": "ARMv8 Processor rev 4",
"model": "GL.iNet GL-MT6000",
"board_name": "glinet,gl-mt6000",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "mediatek/filogic",
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
}
}
validations:
required: true
- type: dropdown
Expand Down

0 comments on commit 41f1c3c

Please sign in to comment.