diff --git a/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml b/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml index d707f09cc..c170891fb 100644 --- a/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml @@ -28,37 +28,33 @@ body: - 'No' validations: required: false - - type: textarea + - type: input id: behaviour attributes: label: Describe the feature and the current behaviour/state - render: shell validations: required: true - - type: textarea + - type: input id: api_change attributes: label: Will this change the current API? How? - render: shell validations: required: false - - type: textarea + - type: input id: benifit attributes: label: Who will benefit with this feature? validations: required: false - - type: textarea + - type: input id: use_case attributes: label: Please specify the use cases for this feature - render: shell validations: required: true - - type: textarea + - type: input id: info_other attributes: label: Any Other info - render: shell validations: required: false