Update build.yaml
This commit is contained in:
parent
01a740db5f
commit
b75c7dedfc
26
.github/ISSUE_TEMPLATE/build.yaml
vendored
26
.github/ISSUE_TEMPLATE/build.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user