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

     1  name: (English) Feature request
     2  description: Suggest an idea for this project
     3  labels:
     4    - enhancement
     5  title: "[Feature] <title>"
     6  body:
     7    - type: markdown
     8      attributes:
     9        value: "## Welcome to the official Clash open-source community"
    10  
    11    - type: markdown
    12      attributes:
    13        value: |
    14          Thank you for taking the time to make a suggestion to the Clash core.  
    15          
    16          Prior to submitting this issue, please read and follow the guidelines below to ensure that your issue can be resolved as quickly as possible. Options marked with an asterisk (*) are required, while others are optional. If the information you provide does not comply with the requirements, the maintainers may not respond and may directly close the issue.  
    17          
    18          If you can implement your idea by yourself, we welcome you to submit a pull request to merge your changes upstream.
    19  
    20    - type: checkboxes
    21      id: ensure
    22      attributes:
    23        label: Prerequisites
    24        description: "If any of the following options do not apply, please do not submit this issue as we will close it"
    25        options:
    26          - label: "I understand that this is the official open-source version of the Clash core, **only providing support for the open-source version or Premium version**"
    27            required: true
    28          - label: "I have looked for my idea in [the issue tracker](https://github.com/Dreamacro/clash/issues?q=is%3Aissue+label%3Aenhancement), **and found none of which being related**"
    29            required: true
    30          - label: "I have read the [official Wiki](https://dreamacro.github.io/clash/)"
    31            required: true
    32  
    33    - type: textarea
    34      attributes:
    35        label: Description
    36        placeholder: "Please explain your suggestions in detail and in a clear manner. For instance, how does this issue impact you? What specific functionality are you hoping to achieve? Also, let us know what Clash Core is currently doing in terms of your suggestion, and what you would like it to do instead."
    37      validations:
    38        required: true
    39  
    40    - type: textarea
    41      attributes:
    42        label: Possible Solution
    43        placeholder: "Do you have any ideas on the implementation details?"