github.com/stripe/stripe-go/v76@v76.25.0/.github/ISSUE_TEMPLATE/feature_request.yml (about)

     1  name: Feature request
     2  description: Suggest an idea for this library
     3  labels: ["feature-request"]
     4  body:
     5    - type: markdown
     6      attributes:
     7        value: |
     8          Thanks for taking the time to fill out this feature request!
     9    - type: textarea
    10      id: problem
    11      attributes:
    12        label: Is your feature request related to a problem? Please describe.
    13        description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
    14    - type: textarea
    15      id: solution
    16      attributes:
    17        label: Describe the solution you'd like
    18        description: A clear and concise description of what you want to happen.
    19    - type: textarea
    20      id: alternatives
    21      attributes:
    22        label: Describe alternatives you've considered
    23        description: A clear and concise description of any alternative solutions or features you've considered.
    24    - type: textarea
    25      id: context
    26      attributes:
    27        label: Additional context
    28        description: Add any other context about the feature request here.