3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-10 17:28:04 +02:00
ViaBackwards/.github/ISSUE_TEMPLATE/feature_request.yml
KennyTV 9352ea54f8
Add form based issue templates
(cherry picked from commit 6600d78a105eeb3ea685f27e5d059cdc0399fa06)
2021-03-22 15:43:44 +01:00

37 Zeilen
892 B
YAML

name: Feature Request
description: Suggest a feature to be added
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:
required: false