Files
FlaxEngine/.github/ISSUE_TEMPLATE/2-feature-request.yaml
2025-04-24 18:48:29 -05:00

22 lines
595 B
YAML

name: Feature Request
description: File a feature request.
title: "[Request]: "
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out a feature request!
- type: textarea
id: description-area
attributes:
label: Description
description: Please provide a description of the feature!
validations:
required: true
- type: textarea
id: benifits-area
attributes:
label: Benifits
description: Please provide what benifits this feature would provide to the engine!
validations:
required: true