sing-box/.github/ISSUE_TEMPLATE/bug_report.yml

77 lines
2.6 KiB
YAML
Raw Normal View History

2023-08-12 05:27:29 +00:00
name: Bug report
description: "Report sing-box bug"
2022-07-09 01:34:16 +00:00
body:
2023-08-12 05:27:29 +00:00
- type: dropdown
2022-07-09 01:34:16 +00:00
attributes:
2023-08-12 05:27:29 +00:00
label: Operating system
description: Operating system type
2022-07-09 01:34:16 +00:00
options:
2023-08-12 05:27:29 +00:00
- iOS
- macOS
- Apple tvOS
- Android
- Windows
- Linux
- Others
validations:
required: true
- type: input
2022-07-09 01:34:16 +00:00
attributes:
2023-08-12 05:27:29 +00:00
label: System version
description: Please provide the operating system version
2022-07-09 01:34:16 +00:00
validations:
required: true
2023-08-12 05:27:29 +00:00
- type: dropdown
attributes:
label: Installation type
description: Please provide the sing-box installation type
options:
- Original sing-box Command Line
- sing-box for iOS Graphical Client
- sing-box for macOS Graphical Client
- sing-box for Apple tvOS Graphical Client
- sing-box for Android Graphical Client
- Third-party graphical clients that advertise themselves as using sing-box (Windows)
- Third-party graphical clients that advertise themselves as using sing-box (Android)
- Others
validations:
required: true
- type: input
attributes:
description: Graphical client version
label: If you are using a graphical client, please provide the version of the client.
2022-07-09 01:34:16 +00:00
- type: textarea
attributes:
2023-08-12 05:27:29 +00:00
label: Version
description: If you are using the original command line program, please provide the output of the `sing-box version` command.
2022-07-09 01:34:16 +00:00
value: |-
<details>
```console
2023-08-12 05:27:29 +00:00
# Replace this line with the output
2022-07-09 01:34:16 +00:00
```
</details>
2023-08-12 05:27:29 +00:00
- type: textarea
attributes:
label: Description
description: Please provide a detailed description of the error.
2022-07-09 01:34:16 +00:00
validations:
required: true
- type: textarea
attributes:
2023-08-12 05:27:29 +00:00
label: Reproduction
description: Please provide the steps to reproduce the error, including the configuration files and procedures that can locally (not dependent on the remote server) reproduce the error using the original command line program of sing-box.
2022-07-09 01:34:16 +00:00
validations:
required: true
- type: textarea
attributes:
2023-08-12 05:27:29 +00:00
label: Logs
description: |-
If you encounter a crash with the graphical client, please provide crash logs.
For Apple platform clients, please check `Settings - View Service Log` for crash logs.
For the Android client, please check the `/sdcard/Android/data/io.nekohasekai.sfa/files/stderr.log` file for crash logs.
value: |-
<details>
```console
2023-08-12 05:27:29 +00:00
# Replace this line with logs
```
2023-08-12 05:27:29 +00:00
</details>