github.com/igoogolx/clash@v1.19.8/.github/ISSUE_TEMPLATE/feature_request_zh.yml (about)

     1  name: (中文)建议一个新功能
     2  description: 在这里提供一个的想法或建议
     3  labels:
     4    - enhancement
     5  title: "[Feature] <标题>"
     6  body:
     7    - type: markdown
     8      attributes:
     9        value: "## 欢迎来到 Clash 官方开源社区!"
    10  
    11    - type: markdown
    12      attributes:
    13        value: |
    14          感谢你拨冗为 Clash 内核提供建议。在提交之前,请仔细阅读并遵守以下指引,以确保你的建议能够被顺利采纳。  
    15          带有星号(*)的选项为必填,其他可选填。**如果你填写的资料不符合规范,维护者可能不予回复,并直接关闭这个 issue。**
    16          如果你可以自行添加这个功能,我们随时欢迎你提交 Pull Request,并将你的修改合并到上游。
    17  
    18    - type: checkboxes
    19      id: ensure
    20      attributes:
    21        label: 先决条件
    22        description: "若以下任意选项不适用,请勿提交这个 issue,因为我们会把它关闭"
    23        options:
    24          - label: "我了解这里是 Clash 官方仓库,并非 Clash.Meta / OpenClash / ClashX / Clash For Windows 或其他任何衍生版本"
    25            required: true
    26          - label: "我已经在[这里](https://github.com/Dreamacro/clash/issues?q=is%3Aissue+label%3Aenhancement)找过我要提出的建议,**并且没有找到相关问题**"
    27            required: true
    28          - label: "我已经仔细阅读 [官方 Wiki](https://dreamacro.github.io/clash/) "
    29            required: true
    30  
    31    - type: textarea
    32      attributes:
    33        label: 描述
    34        placeholder: 请详细、清晰地表达你要提出的论述,例如这个问题如何影响到你?你想实现什么功能?目前 Clash Core 的行为是什么?
    35      validations:
    36        required: true
    37  
    38    - type: textarea
    39      attributes:
    40        label: 可能的解决方案
    41        placeholder: 此项非必须,但是如果你有想法的话欢迎提出。