From ca6e4cb7a544c1765e482139f8e4093dd2ecfd0f Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:01:56 +0530 Subject: [PATCH] Update model_maker_issue_template1.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml index 32a4bb927..e518d029a 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml @@ -42,21 +42,21 @@ body: validations: required: true - type: textarea - id: current + id: current_model attributes: label: Describe the actual behavior render: shell validations: required: true - type: textarea - id: expected + id: expected_model attributes: label: Describe the expected behaviour render: shell validations: required: true - type: textarea - id: what-happened + id: what-happened_model attributes: label: Standalone code/steps you may have used to try to get what you need description: If there is a problem, provide a reproducible test case that is the bare minimum necessary to generate the problem. If possible, please share a link to Colab, GitHub repo link or anything that we can use to reproduce the problem