1
0
mirror of synced 2024-11-12 18:20:52 +01:00
ImHex/.github/ISSUE_TEMPLATE/feature_request.yaml
2021-12-21 11:39:10 +01:00

23 lines
736 B
YAML

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:
label: Request Type
options:
- label: I can provide a PoC for this feature or am willing to work on it myself and submit a PR