From d8a9f3ac8ed3eafefb54f389684b80cf8f4dc6e8 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:03:07 +0530 Subject: [PATCH] Update 14-feature-request-issue-template.yaml --- .../14-feature-request-issue-template.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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