...

Text file src/github.com/aws/aws-sdk-go-v2/.github/ISSUE_TEMPLATE/feature-request.yml

Documentation: github.com/aws/aws-sdk-go-v2/.github/ISSUE_TEMPLATE

     1---
     2name: 🚀 Feature Request
     3description: Suggest an idea for this project
     4title: "(short issue description)"
     5labels: [feature-request, needs-triage]
     6assignees: []
     7body:
     8  - type: textarea
     9    id: description
    10    attributes:
    11      label: Describe the feature
    12      description: A clear and concise description of the feature you are proposing.
    13    validations:
    14      required: true
    15  - type: textarea
    16    id: use-case
    17    attributes:
    18      label: Use Case
    19      description: |
    20        Why do you need this feature? For example: "I'm always frustrated when..."
    21    validations:
    22        required: true
    23  - type: textarea
    24    id: solution
    25    attributes:
    26      label: Proposed Solution
    27      description: |
    28        Suggest how to implement the addition or change. Please include prototype/workaround/sketch/reference implementation.
    29    validations:
    30      required: false
    31  - type: textarea
    32    id: other
    33    attributes:
    34      label: Other Information
    35      description: |
    36        Any alternative solutions or features you considered, a more detailed explanation, stack traces, related issues, links for context, etc.
    37    validations:
    38      required: false
    39  - type: checkboxes
    40    id: ack
    41    attributes:
    42      label: Acknowledgements
    43      options:
    44        - label: I may be able to implement this feature request
    45          required: false
    46        - label: This feature might incur a breaking change
    47          required: false
    48
    49  - type: textarea
    50    id: go-sdk-version
    51    attributes:
    52      label: AWS Go SDK V2 Module Versions Used
    53      description: |
    54        Output of `go mod graph` or `go.mod` file listing the `github.com/aws/*` entries.
    55    validations:
    56      required: true
    57
    58  - type: input
    59    id: go-version
    60    attributes:
    61      label: Go version used
    62      description: Output of `go version`
    63    validations:
    64      required: true

View as plain text