github: Add fields to help users in the bug report
authorWesley Gimenes <redacted>
Tue, 3 Jun 2025 06:19:29 +0000 (03:19 -0300)
committerJosef Schlehofer <redacted>
Tue, 3 Jun 2025 06:51:43 +0000 (08:51 +0200)
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 <redacted>
.github/ISSUE_TEMPLATE/bug_report.yml

index 527ec4de7cb3d764130ecf80942857cab80a365b..3ee53656585fbf7b6537aa18b800c76239c6e016 100644 (file)
@@ -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.\
+        ```<package-name>/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
git clone https://git.99rst.org/PROJECT