github.com/yaling888/clash@v1.53.0/.github/ISSUE_TEMPLATE/bug_report.yml (about)

     1  name: Bug report
     2  description: Create a report to help us improve
     3  title: "[Bug] "
     4  body:
     5    - type: checkboxes
     6      id: ensure
     7      attributes:
     8        label: Verify steps
     9        description: "
    10  在提交之前,请确认
    11  Please verify that you've followed these steps
    12  "
    13        options:
    14          - label: "
    15  如果你可以自己 debug 并解决的话,提交 PR 吧
    16  Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
    17  "
    18            required: true
    19          - label: "
    20  我已经在 [Issue Tracker](……/) 中找过我要提出的问题
    21  I have searched on the [issue tracker](……/) for a related issue.
    22  "
    23            required: true
    24          - label: "
    25  我已经使用 dev 分支版本测试过,问题依旧存在
    26  I have tested using the dev branch, and the issue still exists.
    27  "
    28            required: true
    29          - label: "
    30  我已经仔细看过 [Documentation](https://github.com/yaling888/clash/wiki/) 并无法自行解决问题
    31  I have read the [documentation](https://github.com/yaling888/clash/wiki/) and was unable to solve the issue.
    32  "
    33            required: true
    34          - label: "
    35  这是 Clash 核心的问题,并非我所使用的 Clash 衍生版本(如 OpenClash、KoolClash 等)的特定问题
    36  This is an issue of the Clash core *per se*, not to the derivatives of Clash, like OpenClash or KoolClash.
    37  "
    38            required: true
    39    - type: input
    40      attributes:
    41        label: Clash version
    42      validations:
    43        required: true
    44    - type: dropdown
    45      id: os
    46      attributes:
    47        label: What OS are you seeing the problem on?
    48        multiple: true
    49        options:
    50          - macOS
    51          - Windows
    52          - Linux
    53          - OpenBSD/FreeBSD
    54    - type: textarea
    55      attributes:
    56        render: yaml
    57        label: "Clash config"
    58        description: "
    59  在下方附上 Clash core 脱敏后配置文件的内容
    60  Paste the Clash core configuration below.
    61  "
    62      validations:
    63        required: true
    64    - type: textarea
    65      attributes:
    66        render: shell
    67        label: Clash log
    68        description: "
    69  在下方附上 Clash Core 的日志,log level 使用 DEBUG
    70  Paste the Clash core log below with the log level set to `DEBUG`.
    71  "
    72    - type: textarea
    73      attributes:
    74        label: Description
    75      validations:
    76        required: true