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

     1  name: Bug report
     2  description: Create a report to help us improve
     3  labels: ["bug"]
     4  body:
     5    - type: markdown
     6      attributes:
     7        value: |
     8          Thanks for taking the time to fill out this bug report!
     9    - type: textarea
    10      id: what-happened
    11      attributes:
    12        label: Describe the bug
    13        description: A clear and concise description of what the bug is.
    14        placeholder: Tell us what you see!
    15      validations:
    16        required: true
    17    - type: textarea
    18      id: repro-steps
    19      attributes:
    20        label: To Reproduce
    21        description: Steps to reproduce the behavior
    22        placeholder: |
    23          1. Fetch a '...'
    24          2. Update the '....'
    25          3. See error
    26      validations:
    27        required: true
    28    - type: textarea
    29      id: expected-behavior
    30      attributes:
    31        label: Expected behavior
    32        description: A clear and concise description of what you expected to happen.
    33      validations:
    34        required: true
    35    - type: textarea
    36      id: code-snippets
    37      attributes:
    38        label: Code snippets
    39        description: If applicable, add code snippets to help explain your problem.
    40        render: Go
    41      validations:
    42        required: false
    43    - type: input
    44      id: os
    45      attributes:
    46        label: OS
    47        placeholder: macOS
    48      validations:
    49        required: true
    50    - type: input
    51      id: language-version
    52      attributes:
    53        label: Go version
    54        placeholder: Go 1.18.1
    55      validations:
    56        required: true
    57    - type: input
    58      id: lib-version
    59      attributes:
    60        label: stripe-go version
    61        placeholder: v72.102.0
    62      validations:
    63        required: true
    64    - type: input
    65      id: api-version
    66      attributes:
    67        label: API version
    68        description: See [Versioning](https://stripe.com/docs/api/versioning) in the API Reference to find which version you're using
    69        placeholder: "2020-08-27"
    70      validations:
    71        required: true
    72    - type: textarea
    73      id: additional-context
    74      attributes:
    75        label: Additional context
    76        description: Add any other context about the problem here.
    77      validations:
    78        required: false