From 79e39e6d52df1819c501b84bb362ef98610e865a Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 15:47:37 +0530 Subject: [PATCH] Update model_maker_issue_template.yaml --- .github/ISSUE_TEMPLATE/model_maker_issue_template.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml index aa814028c..0e37f30a9 100644 --- a/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/model_maker_issue_template.yaml @@ -19,15 +19,13 @@ body: id: os attributes: label: OS Platform and Distribution - description: placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 validations: required: true - type: input id: pythonver attributes: - label: Python Version - description: + label: Python Version placeholder: e.g. 3.7, 3.8 validations: required: true @@ -35,16 +33,12 @@ body: id: modelmakerver attributes: label: [MediaPipe Model Maker version](https://pypi.org/project/mediapipe-model-maker/) - description: - placeholder: validations: required: false - type: input id: taskname attributes: - label: Task name (e.g. Image classification, Gesture recognition etc.) - description: - placeholder: + label: Task name (e.g. Image classification, Gesture recognition etc.) validations: required: true - type: textarea