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

27 lines
826 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] "
labels: feature request
2021-09-10 12:44:57 +02:00
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:
2021-12-21 11:39:10 +01:00
label: Request Type
2021-09-10 12:44:57 +02:00
options:
2021-12-21 11:39:10 +01:00
- label: I can provide a PoC for this feature or am willing to work on it myself and submit a PR
- type: textarea
attributes:
label: Additional context?