ebiten/.github/ISSUE_TEMPLATE/01-feature.yml
2022-11-13 02:16:05 +09:00

34 lines
669 B
YAML

name: Feature Request
description: Provide details about a feature you'd like to see.
labels:
- feature
- request
body:
- type: checkboxes
id: os
attributes:
label: Operating System
options:
- label: Windows
- label: macOS
- label: Linux
- label: FreeBSD
- label: OpenBSD
- label: Android
- label: iOS
- label: Nintendo Switch
- label: Xbox
- label: Web Browsers
validations:
required: true
- type: textarea
id: what
attributes:
label: What feature would you like to be added?
validations:
required: true
- type: textarea
id: why
attributes:
label: Why is this needed?