From f88db254da0e189f0ef1fda63b9745b66f471690 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:50:44 +0530 Subject: [PATCH 01/10] Update 00-task-issue-template.yaml --- .github/ISSUE_TEMPLATE/00-task-issue-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml index da3ec013e..6bbb82394 100644 --- a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml @@ -40,7 +40,7 @@ body: label: Programming Language and version (e.g. C++, Python, Java) validations: required: true - - type: textarea + - type: input id: current_model attributes: label: Describe the actual behavior From 74ebb89decffc1627c5138fa0f7c85bcb3f33900 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:51:16 +0530 Subject: [PATCH 02/10] Update 00-task-issue-template.yaml --- .github/ISSUE_TEMPLATE/00-task-issue-template.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml index 6bbb82394..c17816d57 100644 --- a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml @@ -44,7 +44,6 @@ body: id: current_model attributes: label: Describe the actual behavior - render: shell validations: required: true - type: textarea From fdc1207a40660bb3bbaa43f733569923449c33e7 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:00:45 +0530 Subject: [PATCH 03/10] Update 00-task-issue-template.yaml --- .github/ISSUE_TEMPLATE/00-task-issue-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml index c17816d57..695d4a2bb 100644 --- a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml @@ -40,7 +40,7 @@ body: label: Programming Language and version (e.g. C++, Python, Java) validations: required: true - - type: input + - type: markdown id: current_model attributes: label: Describe the actual behavior From 15c8e4b087db2a06d65d55e6fad6368d76a434e5 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:02:09 +0530 Subject: [PATCH 04/10] Update 00-task-issue-template.yaml --- .github/ISSUE_TEMPLATE/00-task-issue-template.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml index 695d4a2bb..d6130edb6 100644 --- a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml @@ -40,17 +40,16 @@ body: label: Programming Language and version (e.g. C++, Python, Java) validations: required: true - - type: markdown + - type: input id: current_model attributes: label: Describe the actual behavior validations: required: true - - type: textarea + - type: input id: expected_model attributes: label: Describe the expected behaviour - render: shell validations: required: true - type: textarea From 0e8f5c168a6375ee55d4688ebfa0f955955ad28e Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:00:48 +0530 Subject: [PATCH 05/10] Update 11-model-maker-issue-template.yaml --- .github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml b/.github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml index 23fa08245..7a6d92152 100644 --- a/.github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml @@ -41,18 +41,16 @@ body: label: Task name (e.g. Image classification, Gesture recognition etc.) validations: required: true - - type: textarea + - type: input id: current_model attributes: label: Describe the actual behavior - render: shell validations: required: true - - type: textarea + - type: input id: expected_model attributes: label: Describe the expected behaviour - render: shell validations: required: true - type: textarea From 1378fb63a7b14d2b5372f3c8407db286b9b6b98b Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:01:20 +0530 Subject: [PATCH 06/10] Update 12-studio-issue-template.yaml --- .github/ISSUE_TEMPLATE/12-studio-issue-template.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/12-studio-issue-template.yaml b/.github/ISSUE_TEMPLATE/12-studio-issue-template.yaml index 645a9e4e4..ffaa315f9 100644 --- a/.github/ISSUE_TEMPLATE/12-studio-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/12-studio-issue-template.yaml @@ -31,18 +31,16 @@ body: label: URL that shows the problem validations: required: false - - type: textarea + - type: input id: current_model attributes: label: Describe the actual behavior - render: shell validations: required: false - - type: textarea + - type: input id: expected_model attributes: label: Describe the expected behaviour - render: shell validations: required: false - type: textarea From d8a9f3ac8ed3eafefb54f389684b80cf8f4dc6e8 Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:03:07 +0530 Subject: [PATCH 07/10] Update 14-feature-request-issue-template.yaml --- .../14-feature-request-issue-template.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml b/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml index d707f09cc..c170891fb 100644 --- a/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml @@ -28,37 +28,33 @@ body: - 'No' validations: required: false - - type: textarea + - type: input id: behaviour attributes: label: Describe the feature and the current behaviour/state - render: shell validations: required: true - - type: textarea + - type: input id: api_change attributes: label: Will this change the current API? How? - render: shell validations: required: false - - type: textarea + - type: input id: benifit attributes: label: Who will benefit with this feature? validations: required: false - - type: textarea + - type: input id: use_case attributes: label: Please specify the use cases for this feature - render: shell validations: required: true - - type: textarea + - type: input id: info_other attributes: label: Any Other info - render: shell validations: required: false From 8642a22985e245e592ec34a31edd170e8e7e484d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:03:49 +0530 Subject: [PATCH 08/10] Update 15-build-install-issue-template.yaml --- .github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml b/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml index 20cf9723d..ded9d09a6 100644 --- a/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml @@ -87,14 +87,13 @@ body: placeholder: validations: required: false - - type: textarea + - type: input id: what-happened attributes: label: Describe the problem description: Provide the exact sequence of commands / steps that you executed before running into the [problem](https://google.github.io/mediapipe/getting_started/getting_started.html) placeholder: Tell us what you see! value: "A bug happened!" - render: shell validations: required: true - type: textarea From f371f8f4ea3fd21a21431300c03732a279bfe96f Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:04:24 +0530 Subject: [PATCH 09/10] Update 16-bug-issue-template.yaml --- .github/ISSUE_TEMPLATE/16-bug-issue-template.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/16-bug-issue-template.yaml b/.github/ISSUE_TEMPLATE/16-bug-issue-template.yaml index e997958ae..efa925b44 100644 --- a/.github/ISSUE_TEMPLATE/16-bug-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/16-bug-issue-template.yaml @@ -80,18 +80,16 @@ body: label: Xcode & Tulsi version (if issue is related to building for iOS) validations: required: false - - type: textarea + - type: input id: current_model attributes: label: Describe the actual behavior - render: shell validations: required: true - - type: textarea + - type: input id: expected_model attributes: label: Describe the expected behaviour - render: shell validations: required: true - type: textarea From b60355dee9b5340b3a6bfba5212c5a40a5687d4d Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:06:47 +0530 Subject: [PATCH 10/10] Update 18-solution-legacy-issue-template.yaml --- .../ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml b/.github/ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml index 26c59737b..acb0f5b89 100644 --- a/.github/ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml @@ -48,18 +48,16 @@ body: placeholder: e.g. C++, Python, Java validations: required: false - - type: textarea + - type: input id: current_model attributes: label: Describe the actual behavior - render: shell validations: required: false - - type: textarea + - type: input id: expected_model attributes: label: Describe the expected behaviour - render: shell validations: required: false - type: textarea