From 79b747969ed720da10b12a1e9306beede594d0fc Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:58:48 +0530 Subject: [PATCH] Update model_maker_issue_template.yaml --- .../model_maker_issue_template.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index a9f85983d..cd4621b1d 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -35,39 +35,39 @@ body: label: MediaPipe Model Maker version validations: required: false - - type: input - id: taskname + - type: input + id: taskname attributes: label: Task name (e.g. Image classification, Gesture recognition etc.) validations: required: true - - type: textarea - id: current - attributes: + - type: textarea + id: current + attributes: label: Describe the actual behavior render: shell - validations: - required: true - - type: textarea - id: expected - attributes: + validations: + required: true + - type: textarea + id: expected + attributes: label: Describe the expected behaviour render: shell - validations: - required: true - - type: textarea - id: what-happened - attributes: + validations: + required: true + - type: textarea + id: what-happened + 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: + 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 render: shell - validations: + validations: required: true - type: textarea id: other_info attributes: label: Other info / Complete Logs - description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached: + description: Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached value: render: shell validations: