From 15c8e4b087db2a06d65d55e6fad6368d76a434e5 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:02:09 +0530 Subject: [PATCH] Update 00-task-issue-template.yaml --- .github/ISSUE_TEMPLATE/00-task-issue-template.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml index 695d4a2b..d6130edb 100644 --- a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml @@ -40,17 +40,16 @@ body: label: Programming Language and version (e.g. C++, Python, Java) validations: required: true - - type: markdown + - type: input id: current_model attributes: label: Describe the actual behavior validations: required: true - - type: textarea + - type: input id: expected_model attributes: label: Describe the expected behaviour - render: shell validations: required: true - type: textarea