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 <wehagy@proton.me>
This commit is contained in:
Wesley Gimenes
2025-06-03 03:19:29 -03:00
committed by Josef Schlehofer
parent c323222c63
commit 38b89da400

View File

@@ -20,6 +20,9 @@ body:
id: maintainer id: maintainer
attributes: attributes:
label: Maintainer label: Maintainer
description: |
Check the latest package commits and/or search the repo with the example below.\
```<package-name>/makefile maintainer```
placeholder: (@username) placeholder: (@username)
validations: validations:
required: true required: true
@@ -28,6 +31,9 @@ body:
id: openwrt-version id: openwrt-version
attributes: attributes:
label: OpenWrt Version 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 placeholder: e.g. 23.05.2 or SNAPSHOT
validations: validations:
required: true required: true
@@ -36,6 +42,9 @@ body:
id: target-subtarget id: target-subtarget
attributes: attributes:
label: OpenWrt Target/Subtarget 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 placeholder: e.g. ramips/mt76x8, ath79/generic
validations: validations:
required: true required: true