mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
19 lines
354 B
YAML
19 lines
354 B
YAML
name: Feature Request
|
|
description: Provide details about a feature you'd like to see.
|
|
labels:
|
|
- feature
|
|
- request
|
|
body:
|
|
- 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?
|
|
validations:
|
|
required: true
|