diff --git a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml index 695d4a2bb..d6130edb6 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