visualboyadvance-m/.github/ISSUE_TEMPLATE/feature.yml

47 lines
1.5 KiB
YAML
Raw Normal View History

name: Feature request
2022-03-09 03:41:28 +00:00
description: >-
If you would like a new feature in Visual Boy Advance - M, please
2022-03-09 03:41:28 +00:00
open an issue here and fill out the template.
title: '[Feature request]: '
labels:
- enhancement
assignees:
- null
body:
- type: markdown
attributes:
value: "## BEFORE CREATING A FEATURE REQUEST"
- type: markdown
attributes:
value: |
Please try a nightly build from: https://nightly.vba-m.com to see if your idea has already been implemented.
On Linux build master from source or use the edge snap.
And last but not least, search for existing requests via the filters bar on the issues page.
- type: textarea
id: feature-request
2022-03-09 03:41:28 +00:00
attributes:
label: Request box
description: What feature would you like to see added?
placeholder: Tell us what you would like to see added to Visual Boy Advance - M!
value: null
2022-03-09 03:41:28 +00:00
validations:
required: true
- type: textarea
id: reason-why
2022-03-09 03:41:28 +00:00
attributes:
label: Reason box
description: Provide reasoning for the new feature
placeholder: Tell us why you'd like to see this feature added
value: null
2022-03-09 03:41:28 +00:00
validations:
required: true
- type: textarea
id: Examples
2022-03-09 03:41:28 +00:00
attributes:
label: Examples
description: Provide examples of this feature
placeholder: Provide examples or screenshots of this feature in other software
value: null
2022-03-09 03:41:28 +00:00
validations:
required: true