github.com/core-coin/go-core/v2@v2.1.9/.github/ISSUE_TEMPLATE/feature_request.yml (about)

     1  name: Feature request
     2  description: Suggest an idea for this project.
     3  labels:
     4    - feature
     5  body:
     6    - type: markdown
     7      attributes:
     8        value: |
     9          Suggest an idea for this project and developers will consider the integration.
    10  
    11    - type: textarea
    12      id: problem
    13      attributes:
    14        label: Problem
    15        description: Is your feature request related to a problem? Please describe.
    16      validations:
    17        required: true
    18  
    19    - type: textarea
    20      id: solution
    21      attributes:
    22        label: Solution
    23        description: Describe the solution you'd like.
    24      validations:
    25        required: true
    26  
    27    - type: textarea
    28      id: alternatives
    29      attributes:
    30        label: Alternatives
    31        description: Describe alternatives you've considered.
    32  
    33    - type: textarea
    34      id: implementation
    35      attributes:
    36        label: Implementation
    37        description: Describe implementation with example of the code.
    38  
    39    - type: textarea
    40      id: additional
    41      attributes:
    42        label: Additional context
    43        description: Please, place additional content or screenshots.