1
0
mirror of synced 2024-09-24 11:38:26 +02:00
ImHex/.github/ISSUE_TEMPLATE/feature_request.yaml

21 lines
709 B
YAML
Raw Normal View History

2021-09-10 12:44:57 +02:00
name: Feature Request
description: Something you'd like to see added to ImHex in the future
title: "[Feature] "
body:
- type: textarea
attributes:
label: What feature would you like to see?
description: |
Describe in detail what the feature should do and how it should work.
validations:
required: true
- type: textarea
attributes:
label: How will this feature be useful to you and others?
description: Describe how everybody will benefit from this feature if it gets added.
validations:
required: true
- type: checkboxes
attributes:
options:
- label: I can provide a PoC for this feature or am willing to work on it myself and submit a PR