From 125aa349a619ec965508810f8df938fb38dc1b7b Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 16 Oct 2024 15:40:48 +0800 Subject: [PATCH] github: adjust openwrt release command Signed-off-by: Tianling Shen --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ee8a5da4..c662e5cd 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -69,7 +69,7 @@ body: label: OpenWrt/ImmortalWrt release description: | The OpenWrt/ImmortalWrt release or commit hash where this bug occurs (use command below). - ```. /etc/openwrt_release && echo $DISTRIB_RELEASE``` + ```. /etc/openwrt_release && echo $DISTRIB_RELEASE $DISTRIB_REVISION``` validations: required: true - type: input