diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template1.yaml index 32a4bb92..e518d029 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