Update 14-feature-request-issue-template.yaml

This commit is contained in:
kuaashish 2023-09-01 14:03:07 +05:30 committed by GitHub
parent 1378fb63a7
commit d8a9f3ac8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,37 +28,33 @@ body:
- 'No' - 'No'
validations: validations:
required: false required: false
- type: textarea - type: input
id: behaviour id: behaviour
attributes: attributes:
label: Describe the feature and the current behaviour/state label: Describe the feature and the current behaviour/state
render: shell
validations: validations:
required: true required: true
- type: textarea - type: input
id: api_change id: api_change
attributes: attributes:
label: Will this change the current API? How? label: Will this change the current API? How?
render: shell
validations: validations:
required: false required: false
- type: textarea - type: input
id: benifit id: benifit
attributes: attributes:
label: Who will benefit with this feature? label: Who will benefit with this feature?
validations: validations:
required: false required: false
- type: textarea - type: input
id: use_case id: use_case
attributes: attributes:
label: Please specify the use cases for this feature label: Please specify the use cases for this feature
render: shell
validations: validations:
required: true required: true
- type: textarea - type: input
id: info_other id: info_other
attributes: attributes:
label: Any Other info label: Any Other info
render: shell
validations: validations:
required: false required: false