From 3a10b7c44bdca032a04635252d277f66d89f82bc Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:48:30 +0530 Subject: [PATCH] Update studio_issue_template.yaml --- .github/ISSUE_TEMPLATE/studio_issue_template.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml index 1478d71e2..363751f16 100644 --- a/.github/ISSUE_TEMPLATE/studio_issue_template.yaml +++ b/.github/ISSUE_TEMPLATE/studio_issue_template.yaml @@ -6,15 +6,13 @@ body: id: linkmodel attributes: value: Please make sure that this is a MediaPipe Studio issue. - - type: dropdown - id: customcode_model + - type: input + id: os_model attributes: - label: Have I written custom code (as opposed to using a stock example script provided in MediaPipe) - options: - - 'Yes' - - 'No' + label: OS Platform and Distribution + placeholder: e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4 validations: - required: false + required: true - type: input id: browserver attributes: