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

     1  name: Feature request
     2  description: Suggest an idea for this project
     3  title: "[Feature] "
     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  我已经在 [Issue Tracker](……/) 中找过我要提出的请求
    16  I have searched on the [issue tracker](……/) for a related feature request.
    17  "
    18            required: true
    19          - label: "
    20  我已经仔细看过 [Documentation](https://github.com/yaling888/clash/wiki/) 并无法自行解决问题
    21  I have read the [documentation](https://github.com/yaling888/clash/wiki/) and was unable to solve the issue.
    22  "
    23            required: true
    24    - type: textarea
    25      attributes:
    26        label: Description
    27        description: 请详细、清晰地表达你要提出的论述,例如这个问题如何影响到你?你想实现什么功能?目前 Clash Core 的行为是什麽?
    28      validations:
    29        required: true
    30    - type: textarea
    31      attributes:
    32        label: Possible Solution
    33        description: "
    34  此项非必须,但是如果你有想法的话欢迎提出。
    35  Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change
    36  "