github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/.github/ISSUE_TEMPLATE/bug_report_zh.yml (about) 1 name: 错误反馈 2 description: "提交 sing-box 漏洞" 3 body: 4 - type: dropdown 5 attributes: 6 label: 操作系统 7 description: 请提供操作系统类型 8 options: 9 - iOS 10 - macOS 11 - Apple tvOS 12 - Android 13 - Windows 14 - Linux 15 - 其他 16 validations: 17 required: true 18 - type: input 19 attributes: 20 label: 系统版本 21 description: 请提供操作系统版本 22 validations: 23 required: true 24 - type: dropdown 25 attributes: 26 label: 安装类型 27 description: 请提供该 sing-box 安装类型 28 options: 29 - sing-box 原始命令行程序 30 - sing-box for iOS 图形客户端程序 31 - sing-box for macOS 图形客户端程序 32 - sing-box for Apple tvOS 图形客户端程序 33 - sing-box for Android 图形客户端程序 34 - 宣传使用 sing-box 的第三方图形客户端程序 (Windows) 35 - 宣传使用 sing-box 的第三方图形客户端程序 (Android) 36 - 其他 37 validations: 38 required: true 39 - type: input 40 attributes: 41 description: 图形客户端版本 42 label: 如果您使用图形客户端程序,请提供该程序版本。 43 - type: textarea 44 attributes: 45 label: 版本 46 description: 如果您使用原始命令行程序,请提供 `sing-box version` 命令的输出。 47 value: |- 48 <details> 49 ```console 50 # 使用输出内容覆盖此行 51 ``` 52 </details> 53 - type: textarea 54 attributes: 55 label: 描述 56 description: 请提供错误的详细描述。 57 validations: 58 required: true 59 - type: textarea 60 attributes: 61 label: 重现方式 62 description: 请提供重现错误的步骤,必须包括可以在本地(不依赖与远程服务器)使用 sing-box 原始命令行程序重现错误的配置文件与流程。 63 validations: 64 required: true 65 - type: textarea 66 attributes: 67 label: 日志 68 description: |- 69 如果您遭遇图形界面应用程序崩溃,请提供崩溃日志。 70 对于 Apple 平台图形客户端程序,请检查 `Settings - View Service Log` 以导出崩溃日志。 71 对于 Android 图形客户端程序,请检查 `/sdcard/Android/data/io.nekohasekai.sfa/files/stderr.log` 文件以导出崩溃日志。 72 value: |- 73 <details> 74 ```console 75 # 使用日志内容覆盖此行 76 ``` 77 </details>