diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2023-11-13 02:01:01 +0100 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-11-15 10:59:26 +0100 |
| commit | a4735359aa6d8238bdbeef75b40e98432ef70f0d (patch) | |
| tree | 5e999ac6fdbacdd89434acc612540af32f00a50a /.github | |
| parent | 943c153cdd695904b9b7fe44800fc3546644973e (diff) | |
| download | upstream-a4735359aa6d8238bdbeef75b40e98432ef70f0d.tar.gz upstream-a4735359aa6d8238bdbeef75b40e98432ef70f0d.tar.bz2 upstream-a4735359aa6d8238bdbeef75b40e98432ef70f0d.zip | |
github: add release info to BUG template
Add release info to BUG template. Having the reported release is an
additional info to better bisect the bug and what release is affected.
This is also useful in preparation for action that will parse BUG
template and add tag and do validations.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index fed2b8de7c9..2ec7b7d7d88 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -20,6 +20,15 @@ body: validations: required: true - type: input + id: release + attributes: + label: OpenWrt release + description: | + The OpenWrt release or commit hash where this bug occurs (use command below). + ```. /etc/openwrt_release && echo $DISTRIB_RELEASE``` + validations: + required: true + - type: input id: target attributes: label: OpenWrt target/subtarget |
