github.com/ebitengine/purego@v0.8.0-alpha.2.0.20240512170805-6cd12240d332/.github/ISSUE_TEMPLATE/00-bug.yml (about)

     1  name: Bug Report
     2  description: Report a bug you've found.
     3  labels: bug
     4  body:
     5  - type: input
     6    id: version_of_purego
     7    attributes:
     8      label: PureGo Version
     9    validations:
    10      required: true
    11  - type: checkboxes
    12    id: os
    13    attributes:
    14      label: Operating System
    15      options:
    16        - label: Windows
    17        - label: macOS
    18        - label: Linux
    19        - label: FreeBSD
    20        - label: Android
    21        - label: iOS
    22    validations:
    23      required: true
    24  - type: input
    25    id: version_of_go
    26    attributes:
    27      label: Go Version (`go version`)
    28    validations:
    29      required: true
    30  - type: textarea
    31    id: repro_steps
    32    attributes:
    33      label: What steps will reproduce the problem?
    34    validations:
    35      required: true
    36  - type: textarea
    37    id: expected_result
    38    attributes:
    39      label: What is the expected result?
    40    validations:
    41      required: true
    42  - type: textarea
    43    id: actual_result
    44    attributes:
    45      label: What happens instead?
    46    validations:
    47      required: true
    48  - type: textarea
    49    id: additional
    50    attributes:
    51      label: Anything else you feel useful to add?