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

     1  name: Feature Request
     2  description: Provide details about a feature you'd like to see.
     3  labels:
     4  - feature
     5  - request
     6  body:
     7  - type: checkboxes
     8    id: os
     9    attributes:
    10      label: Operating System
    11      options:
    12        - label: Windows
    13        - label: macOS
    14        - label: Linux
    15        - label: FreeBSD
    16        - label: Android
    17        - label: iOS
    18    validations:
    19      required: true
    20  - type: textarea
    21    id: what
    22    attributes:
    23      label: What feature would you like to be added?
    24    validations:
    25      required: true
    26  - type: textarea
    27    id: why
    28    attributes:
    29      label: Why is this needed?