github.com/bytedance/gopkg@v0.0.0-20240514070511-01b2cbcf35e1/.github/ISSUE_TEMPLATE/feature_reqeust.yml (about)

     1  # Reference: https://github.com/jekyll/jekyll/blob/master/.github/ISSUE_TEMPLATE/feature_request.md
     2  
     3  name: Feature Request
     4  description: File a feature request
     5  labels: ["enhancement"]
     6  body:
     7    - type: markdown
     8      attributes:
     9        value: |
    10          Thanks for taking the time to fill out this feature request!
    11  
    12    - type: textarea
    13      attributes:
    14        label: Summary
    15        description: Please give a one-paragraph explanation of the feature.
    16      validations:
    17        required: true
    18  
    19    - type: textarea
    20      attributes:
    21        label: Motivation
    22        description: Why do you want to see this feature? 
    23      validations:
    24        required: true
    25  
    26    - type: textarea
    27      attributes:
    28        label: Explanation
    29        description: |
    30          Please explain the proposal as if it was already included in the project and you
    31          were teaching it to another programmer. That generally means:
    32  
    33          - Introducing new named concepts.
    34          - Explaining the feature largely in terms of examples.
    35          - If applicable, provide sample error messages, deprecation warnings, or
    36          migration guidance.
    37          
    38          *If this is a small feature, you may omit this section.*