Update build.yaml

This commit is contained in:
kuaashish 2023-02-03 14:41:13 +05:30 committed by GitHub
parent 01a740db5f
commit b75c7dedfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,17 +28,17 @@ body:
- type: input - type: input
id: virtualenv id: virtualenv
attributes: attributes:
label: Installed using virtualenv? pip? Conda? label: Installed using virtualenv? pip? Conda?(if python)
description: description:
placeholder: if python placeholder:
validations: validations:
required: false required: false
- type: input - type: input
id: mediapipever id: mediapipever
attributes: attributes:
label: MediaPipe version label: MediaPipe version(https://github.com/google/mediapipe/releases)
description: description:
placeholder: https://github.com/google/mediapipe/releases placeholder:
validations: validations:
required: false required: false
- type: input - type: input
@ -52,40 +52,40 @@ body:
- type: input - type: input
id: xcodeversion id: xcodeversion
attributes: attributes:
label: XCode and Tulsi versions label: XCode and Tulsi versions(if iOS)
description: description:
placeholder: if iOS placeholder:
validations: validations:
required: false required: false
- type: input - type: input
id: sdkndkversion id: sdkndkversion
attributes: attributes:
label: Android SDK and NDK versions label: Android SDK and NDK versions(if abdroid)
description: description:
placeholder: if android placeholder:
validations: validations:
required: false required: false
- type: input - type: input
id: androidaar id: androidaar
attributes: attributes:
label: Android [AAR] https://google.github.io/mediapipe/getting_started/android_archive_library.html label: Android [AAR](https://google.github.io/mediapipe/getting_started/android_archive_library.html)(if android)
description: description:
placeholder: if android placeholder:
validations: validations:
required: false required: false
- type: input - type: input
id: opencvversion id: opencvversion
attributes: attributes:
label: OpenCV version label: OpenCV version(if running on desktop)
description: description:
placeholder: if running on desktop placeholder:
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
label: Describe the problem 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) 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! placeholder: Tell us what you see!
value: "A bug happened!" value: "A bug happened!"
render: shell render: shell