github.com/sagernet/sing-box@v1.9.0-rc.20/.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 render: shell 48 - type: textarea 49 attributes: 50 label: 描述 51 description: 请提供错误的详细描述。 52 validations: 53 required: true 54 - type: textarea 55 attributes: 56 label: 重现方式 57 description: 请提供重现错误的步骤,必须包括可以在本地(不依赖与远程服务器)使用 sing-box 原始命令行程序重现错误的配置文件与流程。 58 validations: 59 required: true 60 - type: textarea 61 attributes: 62 label: 日志 63 description: |- 64 此外,如果您遭遇图形界面应用程序崩溃,请附加提供崩溃日志。 65 对于 Apple 平台图形客户端程序,请检查 `Settings - View Service Log` 以导出崩溃日志。 66 对于 Android 图形客户端程序,请检查 `/sdcard/Android/data/io.nekohasekai.sfa/files/stderr.log` 文件以导出崩溃日志。 67 render: shell 68 - type: checkboxes 69 id: supporter 70 attributes: 71 label: 支持我们 72 options: 73 - label: 我已经 [赞助](https://github.com/sponsors/nekohasekai/) 74 - type: checkboxes 75 attributes: 76 label: 完整性要求 77 description: |- 78 请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。 79 sing-box 不是讨好无法作出任何意义上的贡献的最终用户并获取非道德影响力的项目,如果您在此处欺骗以故意浪费开发者的时间,您将被永久封锁。 80 options: 81 - label: 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。 82 required: true 83 - label: 我保证提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。 84 required: true 85 - label: 我保证提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。 86 required: true 87 - label: 我保证提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。 88 required: true