From cc53a2b5ae66d078e25356faf0f7be31d3277349 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:00:56 +0530 Subject: [PATCH] Update 11-tasks-issue.md Fix the label type:tasks under template of new tasks Issue currently default label type is type:support --- .github/ISSUE_TEMPLATE/11-tasks-issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/11-tasks-issue.md b/.github/ISSUE_TEMPLATE/11-tasks-issue.md index 4e9ae721d..23c624178 100644 --- a/.github/ISSUE_TEMPLATE/11-tasks-issue.md +++ b/.github/ISSUE_TEMPLATE/11-tasks-issue.md @@ -1,7 +1,7 @@ --- name: "Tasks Issue" about: Use this template for assistance with using MediaPipe Tasks (developers.google.com/mediapipe/solutions) to deploy on-device ML solutions (e.g. gesture recognition etc.) on supported platforms. -labels: type:support +labels: type:tasks --- Please make sure that this is a [Tasks](https://developers.google.com/mediapipe/solutions) issue.