github.com/metacubex/mihomo@v1.18.5/.github/ISSUE_TEMPLATE/bug_report.yml (about)

     1  name: Bug report
     2  description: Create a report to help us improve
     3  title: "[Bug] "
     4  labels: ["bug"]
     5  body:
     6    - type: checkboxes
     7      id: ensure
     8      attributes:
     9        label: Verify steps
    10        description: "
    11  在提交之前,请确认
    12  Please verify that you've followed these steps
    13  "
    14        options:
    15          - label: "
    16  确保你使用的是**本仓库**最新的的 mihomo 或 mihomo Alpha 版本
    17  Ensure you are using the latest version of Mihomo or Mihomo Alpha from **this repository**.
    18  "
    19            required: true
    20          - label: "
    21  如果你可以自己 debug 并解决的话,提交 PR 吧
    22  Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
    23  "
    24            required: false
    25          - label: "
    26  我已经在 [Issue Tracker](……/) 中找过我要提出的问题
    27  I have searched on the [issue tracker](……/) for a related issue.
    28  "
    29            required: true
    30          - label: "
    31  我已经使用 Alpha 分支版本测试过,问题依旧存在
    32  I have tested using the dev branch, and the issue still exists.
    33  "
    34            required: true
    35          - label: "
    36  我已经仔细看过 [Documentation](https://wiki.metacubex.one/) 并无法自行解决问题
    37  I have read the [documentation](https://wiki.metacubex.one/) and was unable to solve the issue.
    38  "
    39            required: true
    40          - label: "
    41  这是 Mihomo 核心的问题,并非我所使用的 Mihomo 衍生版本(如 OpenMihomo、KoolMihomo 等)的特定问题
    42  This is an issue of the Mihomo core *per se*, not to the derivatives of Mihomo, like OpenMihomo or KoolMihomo.
    43  "
    44            required: true
    45    - type: input
    46      attributes:
    47        label: Mihomo version
    48        description: "use `mihomo -v`"
    49      validations:
    50        required: true
    51    - type: dropdown
    52      id: os
    53      attributes:
    54        label: What OS are you seeing the problem on?
    55        multiple: true
    56        options:
    57          - macOS
    58          - Windows
    59          - Linux
    60          - OpenBSD/FreeBSD
    61    - type: textarea
    62      attributes:
    63        render: yaml
    64        label: "Mihomo config"
    65        description: "
    66  在下方附上 Mihomo core 配置文件,请确保配置文件中没有敏感信息(比如:服务器地址,密码,端口等)
    67  Paste the Mihomo core configuration file below, please make sure that there is no sensitive information in the configuration file (e.g., server address/url, password, port)
    68  "
    69      validations:
    70        required: true
    71    - type: textarea
    72      attributes:
    73        render: shell
    74        label: Mihomo log
    75        description: "
    76  在下方附上 Mihomo Core 的日志,log level 使用 DEBUG
    77  Paste the Mihomo core log below with the log level set to `DEBUG`.
    78  "
    79    - type: textarea
    80      attributes:
    81        label: Description
    82      validations:
    83        required: true