ViaVersion/.github/ISSUE_TEMPLATE/feature_request.yml

39 lines
919 B
YAML
Raw Permalink Normal View History

2021-03-22 15:30:33 +01:00
name: Feature Request
description: Suggest a feature to be added
2022-06-27 14:36:10 +02:00
labels: [Feature Request]
2021-03-22 15:30:33 +01:00
body:
- type: textarea
attributes:
label: Problem Description
description: |
Describe the issue you are facing or why you need the feature to be added.
placeholder: |
I am always frustrated with...
validations:
required: true
- type: textarea
attributes:
label: Solution Description
description: |
Describe the solution you would like to see.
validations:
required: true
- type: textarea
attributes:
label: Alternatives
description: |
Describe alternatives you have considered.
validations:
required: false
- type: textarea
attributes:
label: Additional Info
description: |
Does the feature apply to any specific version or environment?
validations:
2022-06-27 14:36:10 +02:00
required: false