Skip to content

Commit

Permalink
github: request log and config 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 ff5653f commit 27c83a3
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,44 @@ 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:
label: HomeProxy configuration
description: |
The HomeProxy configuration file where the error occurred (use command below).
```cat /etc/config/homeproxy```
validations:
required: true
- type: textarea
id: coreconfig
attributes:
label: sing-box configuration
description: |
The sing-box configuration file where the error occurred (use command below).
For client: ```cat /var/run/homeproxy/sing-box-c.json```
For server: ```cat /var/run/homeproxy/sing-box-s.json```
validations:
required: true
- type: textarea
id: osversion
attributes:
Expand Down Expand Up @@ -66,5 +104,5 @@ body:
required: true
- label: I confirm that I have not mixed iptables and nftables rules.
required: true
- label: I confirm that I just selected all terms blindly.
- label: I confirm that I have selected all terms blindly.
required: false

0 comments on commit 27c83a3

Please sign in to comment.