mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
35 lines
722 B
YAML
35 lines
722 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
|
|
description: Which Operating System was related?
|
|
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?
|