Skip to content

Commit

Permalink
github: request device in bug report
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Oct 16, 2024
1 parent 27c83a3 commit 6077f9f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,6 @@ body:
attributes:
label: Steps to reproduce
description: Steps to reproduce the reported behaviour.
- type: textarea
id: lucilog
attributes:
label: HomeProxy log
description: |
The HomeProxy log file where the error occurred (use command below).
```cat /var/run/homeproxy/homeproxy.log```
validations:
required: false
- type: textarea
id: corelog
attributes:
label: sing-box log
description: |
The sing-box log file where the error occurred (use command below).
For client: ```cat /var/run/homeproxy/sing-box-c.log```
For server: ```cat /var/run/homeproxy/sing-box-s.log```
validations:
required: true
- type: textarea
id: luciconfig
attributes:
Expand All @@ -64,15 +45,25 @@ body:
validations:
required: true
- type: textarea
id: osversion
id: lucilog
attributes:
label: HomeProxy log
description: |
The HomeProxy log file where the error occurred (use command below).
```cat /var/run/homeproxy/homeproxy.log```
validations:
required: false
- type: textarea
id: corelog
attributes:
label: OpenWrt/ImmortalWrt version
label: sing-box log
description: |
The OpenWrt/ImmortalWrt release or commit hash where this bug occurs (use command below).
```. /etc/openwrt_release && echo $DISTRIB_RELEASE```
The sing-box log file where the error occurred (use command below).
For client: ```cat /var/run/homeproxy/sing-box-c.log```
For server: ```cat /var/run/homeproxy/sing-box-s.log```
validations:
required: true
- type: textarea
- type: input
id: osrelease
attributes:
label: OpenWrt/ImmortalWrt release
Expand All @@ -81,6 +72,15 @@ body:
```. /etc/openwrt_release && echo $DISTRIB_RELEASE```
validations:
required: true
- type: input
id: device
attributes:
label: Device
description: |
The device exhibiting this bug (if unsure, use command below).
```cat /tmp/sysinfo/model```
validations:
required: true
- type: textarea
id: additional
attributes:
Expand Down

0 comments on commit 6077f9f

Please sign in to comment.