2023-02-03 10:02:38 +01:00
name : MediaPipe Issue Template
description : Use this template to report build/install issue
body :
- type : input
id : os
attributes :
2023-02-03 10:03:47 +01:00
label : OS Platform and Distribution
2023-02-03 10:02:38 +01:00
description :
placeholder : e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4
validations :
required : true
- type : input
id : compilerversion
attributes :
2023-02-03 10:04:41 +01:00
label : Compiler version
2023-02-03 10:02:38 +01:00
description :
placeholder : e.g. gcc/g++ 8 /Apple clang version 12.0.0
validations :
required : false
- type : input
id : programminglang
attributes :
2023-02-03 10:04:41 +01:00
label : Programming Language and version
2023-02-03 10:02:38 +01:00
description :
placeholder : e.g. C++ 14, Python 3.6, Java
validations :
required : true
- type : input
id : virtualenv
attributes :
2023-02-03 10:04:41 +01:00
label : Installed using virtualenv? pip? Conda?
2023-02-03 10:02:38 +01:00
description :
placeholder : if python
validations :
required : false
- type : input
id : mediapipever
attributes :
2023-02-03 10:04:41 +01:00
label : MediaPipe version
2023-02-03 10:02:38 +01:00
description :
placeholder : https://github.com/google/mediapipe/releases
validations :
required : false
- type : input
id : bazelver
attributes :
2023-02-03 10:04:41 +01:00
label : Bazel version
2023-02-03 10:02:38 +01:00
description :
placeholder : e.g. 5.0, 5.1 etc.
validations :
required : false
- type : input
id : xcodeversion
attributes :
2023-02-03 10:04:41 +01:00
label : XCode and Tulsi versions
2023-02-03 10:02:38 +01:00
description :
placeholder : if iOS
validations :
required : false
- type : input
id : sdkndkversion
attributes :
2023-02-03 10:04:41 +01:00
label : Android SDK and NDK versions
2023-02-03 10:02:38 +01:00
description :
placeholder : if android
validations :
required : false
- type : input
id : androidaar
attributes :
2023-02-03 10:04:41 +01:00
label : Android [AAR] https://google.github.io/mediapipe/getting_started/android_archive_library.html
2023-02-03 10:02:38 +01:00
description :
placeholder : if android
validations :
required : false
- type : input
id : opencvversion
attributes :
2023-02-03 10:04:41 +01:00
label : OpenCV version
2023-02-03 10:02:38 +01:00
description :
placeholder : if running on desktop
validations :
required : false
- type : textarea
id : what-happened
attributes :
2023-02-03 10:04:41 +01:00
label : Describe the problem
2023-02-03 10:05:05 +01:00
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)
2023-02-03 10:02:38 +01:00
placeholder : Tell us what you see!
value : "A bug happened!"
render : shell
validations :
required : true
- type : textarea
id : code-to-reproduce
attributes :
2023-02-03 10:04:41 +01:00
label : Complete Logs
2023-02-03 10:02:38 +01:00
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!
value :
render : shell
validations :
required : true