Update build.yaml
This commit is contained in:
parent
90c5dc19d1
commit
a235621b16
22
.github/ISSUE_TEMPLATE/build.yaml
vendored
22
.github/ISSUE_TEMPLATE/build.yaml
vendored
|
@ -12,7 +12,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: compilerversion
|
id: compilerversion
|
||||||
attributes:
|
attributes:
|
||||||
label: Compiler version:
|
label: Compiler version
|
||||||
description:
|
description:
|
||||||
placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0
|
placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0
|
||||||
validations:
|
validations:
|
||||||
|
@ -20,7 +20,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: programminglang
|
id: programminglang
|
||||||
attributes:
|
attributes:
|
||||||
label: Programming Language and version:
|
label: Programming Language and version
|
||||||
description:
|
description:
|
||||||
placeholder: e.g. C++ 14, Python 3.6, Java
|
placeholder: e.g. C++ 14, Python 3.6, Java
|
||||||
validations:
|
validations:
|
||||||
|
@ -28,7 +28,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: virtualenv
|
id: virtualenv
|
||||||
attributes:
|
attributes:
|
||||||
label: Installed using virtualenv? pip? Conda?:
|
label: Installed using virtualenv? pip? Conda?
|
||||||
description:
|
description:
|
||||||
placeholder: if python
|
placeholder: if python
|
||||||
validations:
|
validations:
|
||||||
|
@ -36,7 +36,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: mediapipever
|
id: mediapipever
|
||||||
attributes:
|
attributes:
|
||||||
label: MediaPipe version:
|
label: MediaPipe version
|
||||||
description:
|
description:
|
||||||
placeholder: https://github.com/google/mediapipe/releases
|
placeholder: https://github.com/google/mediapipe/releases
|
||||||
validations:
|
validations:
|
||||||
|
@ -44,7 +44,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: bazelver
|
id: bazelver
|
||||||
attributes:
|
attributes:
|
||||||
label: Bazel version:
|
label: Bazel version
|
||||||
description:
|
description:
|
||||||
placeholder: e.g. 5.0, 5.1 etc.
|
placeholder: e.g. 5.0, 5.1 etc.
|
||||||
validations:
|
validations:
|
||||||
|
@ -52,7 +52,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: xcodeversion
|
id: xcodeversion
|
||||||
attributes:
|
attributes:
|
||||||
label: XCode and Tulsi versions :
|
label: XCode and Tulsi versions
|
||||||
description:
|
description:
|
||||||
placeholder: if iOS
|
placeholder: if iOS
|
||||||
validations:
|
validations:
|
||||||
|
@ -60,7 +60,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: sdkndkversion
|
id: sdkndkversion
|
||||||
attributes:
|
attributes:
|
||||||
label: Android SDK and NDK versions :
|
label: Android SDK and NDK versions
|
||||||
description:
|
description:
|
||||||
placeholder: if android
|
placeholder: if android
|
||||||
validations:
|
validations:
|
||||||
|
@ -68,7 +68,7 @@ body:
|
||||||
- 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
|
||||||
description:
|
description:
|
||||||
placeholder: if android
|
placeholder: if android
|
||||||
validations:
|
validations:
|
||||||
|
@ -76,7 +76,7 @@ body:
|
||||||
- type: input
|
- type: input
|
||||||
id: opencvversion
|
id: opencvversion
|
||||||
attributes:
|
attributes:
|
||||||
label: OpenCV version :
|
label: OpenCV version
|
||||||
description:
|
description:
|
||||||
placeholder: if running on desktop
|
placeholder: if running on desktop
|
||||||
validations:
|
validations:
|
||||||
|
@ -84,7 +84,7 @@ body:
|
||||||
- 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!"
|
||||||
|
@ -94,7 +94,7 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: code-to-reproduce
|
id: code-to-reproduce
|
||||||
attributes:
|
attributes:
|
||||||
label: Complete Logs :
|
label: Complete Logs
|
||||||
description: Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached:
|
description: Include Complete Log information or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached:
|
||||||
placeholder: Tell us what you see!
|
placeholder: Tell us what you see!
|
||||||
value:
|
value:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user