mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
17 lines
342 B
YAML
17 lines
342 B
YAML
|
name: Feature Request
|
||
|
description: Provide details about a feature you'd like to see.
|
||
|
labels: feature
|
||
|
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
|