diff --git a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml index d6130edb6..da3ec013e 100644 --- a/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/00-task-issue-template.yaml @@ -40,16 +40,18 @@ body: label: Programming Language and version (e.g. C++, Python, Java) validations: required: true - - type: input + - type: textarea id: current_model attributes: label: Describe the actual behavior + render: shell validations: required: true - - type: input + - type: textarea id: expected_model attributes: label: Describe the expected behaviour + render: shell validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml b/.github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml index 7a6d92152..23fa08245 100644 --- a/.github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/11-model-maker-issue-template.yaml @@ -41,16 +41,18 @@ body: label: Task name (e.g. Image classification, Gesture recognition etc.) validations: required: true - - type: input + - type: textarea id: current_model attributes: label: Describe the actual behavior + render: shell validations: required: true - - type: input + - type: textarea id: expected_model attributes: label: Describe the expected behaviour + render: shell validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/12-studio-issue-template.yaml b/.github/ISSUE_TEMPLATE/12-studio-issue-template.yaml index ffaa315f9..645a9e4e4 100644 --- a/.github/ISSUE_TEMPLATE/12-studio-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/12-studio-issue-template.yaml @@ -31,16 +31,18 @@ body: label: URL that shows the problem validations: required: false - - type: input + - type: textarea id: current_model attributes: label: Describe the actual behavior + render: shell validations: required: false - - type: input + - type: textarea id: expected_model attributes: label: Describe the expected behaviour + render: shell validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml b/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml index c170891fb..d707f09cc 100644 --- a/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/14-feature-request-issue-template.yaml @@ -28,33 +28,37 @@ body: - 'No' validations: required: false - - type: input + - type: textarea id: behaviour attributes: label: Describe the feature and the current behaviour/state + render: shell validations: required: true - - type: input + - type: textarea id: api_change attributes: label: Will this change the current API? How? + render: shell validations: required: false - - type: input + - type: textarea id: benifit attributes: label: Who will benefit with this feature? validations: required: false - - type: input + - type: textarea id: use_case attributes: label: Please specify the use cases for this feature + render: shell validations: required: true - - type: input + - type: textarea id: info_other attributes: label: Any Other info + render: shell validations: required: false diff --git a/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml b/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml index ded9d09a6..20cf9723d 100644 --- a/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml @@ -87,13 +87,14 @@ body: placeholder: validations: required: false - - type: input + - type: textarea 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 diff --git a/.github/ISSUE_TEMPLATE/16-bug-issue-template.yaml b/.github/ISSUE_TEMPLATE/16-bug-issue-template.yaml index efa925b44..e997958ae 100644 --- a/.github/ISSUE_TEMPLATE/16-bug-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/16-bug-issue-template.yaml @@ -80,16 +80,18 @@ body: label: Xcode & Tulsi version (if issue is related to building for iOS) validations: required: false - - type: input + - type: textarea id: current_model attributes: label: Describe the actual behavior + render: shell validations: required: true - - type: input + - type: textarea id: expected_model attributes: label: Describe the expected behaviour + render: shell validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml b/.github/ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml index acb0f5b89..26c59737b 100644 --- a/.github/ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml +++ b/.github/ISSUE_TEMPLATE/18-solution-legacy-issue-template.yaml @@ -48,16 +48,18 @@ body: placeholder: e.g. C++, Python, Java validations: required: false - - type: input + - type: textarea id: current_model attributes: label: Describe the actual behavior + render: shell validations: required: false - - type: input + - type: textarea id: expected_model attributes: label: Describe the expected behaviour + render: shell validations: required: false - type: textarea