From c0f5b71fffab6f09eef472761cf0d2a3f8800183 Mon Sep 17 00:00:00 2001 From: Wesley Gimenes Date: Tue, 3 Jun 2025 03:19:29 -0300 Subject: [PATCH] github: Add fields to help users in the bug report Not everyone filling out the bug report is an expert. These fields, with additional explanations, can hopefully help users provide more accurate information. Add fields to guide users in completing the bug report. Signed-off-by: Wesley Gimenes (cherry picked from commit 38b89da400f900241b1b9eb0d20d62a199acb160) --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 527ec4de7c..3ee5365658 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,6 +20,9 @@ body: id: maintainer attributes: label: Maintainer + description: | + Check the latest package commits and/or search the repo with the example below.\ + ```/makefile maintainer``` placeholder: (@username) validations: required: true @@ -28,6 +31,9 @@ body: id: openwrt-version attributes: label: OpenWrt Version + description: | + If you are unsure, use the command below.\ + ```ubus call system board | jsonfilter -e '@.release.version'``` placeholder: e.g. 23.05.2 or SNAPSHOT validations: required: true @@ -36,6 +42,9 @@ body: id: target-subtarget attributes: label: OpenWrt Target/Subtarget + description: | + If you are unsure, use the command below.\ + ```ubus call system board | jsonfilter -e '@.release.target'``` placeholder: e.g. ramips/mt76x8, ath79/generic validations: required: true