github.com/goplus/gop@v1.2.6/.github/ISSUE_TEMPLATE/enhancement.yml (about)

     1  name: Feature request
     2  description: Propose a change to Go+
     3  
     4  body:
     5    - type: markdown
     6      attributes:
     7        value: |
     8          ⚠️ Make sure to browse the opened and closed issues before submit your issue.
     9  
    10    - type: textarea
    11      id: proposal
    12      attributes:
    13        label: Proposal
    14        description: Write your feature request in the form of a proposal to be considered for implementation.
    15      validations:
    16        required: true
    17  
    18    - type: textarea
    19      id: background
    20      attributes:
    21        label: Background
    22        description: Describe the background problem or need that led to this feature request.
    23      validations:
    24        required: true
    25  
    26    - type: textarea
    27      id: workarounds
    28      attributes:
    29        label: Workarounds
    30        description: Are there any current workarounds that you're using that others in similar positions should know about?
    31      validations:
    32        required: true