mediapipe/.github/ISSUE_TEMPLATE/15-build-install-issue-template.yaml

110 lines
3.0 KiB
YAML
Raw Normal View History

2023-02-03 10:23:50 +01:00
name: Build/Install Issue
2023-02-03 10:02:38 +01:00
description: Use this template to report build/install issue
2023-02-03 10:32:07 +01:00
labels: 'type:build/install'
2023-02-03 10:02:38 +01:00
body:
2023-02-03 10:37:33 +01:00
- type: markdown
2023-02-03 10:55:23 +01:00
id: link
2023-02-03 10:55:44 +01:00
attributes:
value: Please make sure that this is a build/installation issue and also refer to the [troubleshooting](https://google.github.io/mediapipe/getting_started/troubleshooting.html) documentation before raising any issues.
2023-02-03 10:02:38 +01:00
- type: input
id: os
attributes:
2023-02-03 10:03:47 +01:00
label: OS Platform and Distribution
description:
2023-02-03 10:02:38 +01:00
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
description:
2023-02-03 10:02:38 +01:00
placeholder: e.g. gcc/g++ 8 /Apple clang version 12.0.0
validations:
required: false
2023-02-03 10:02:38 +01:00
- type: input
id: programminglang
attributes:
2023-02-03 10:04:41 +01:00
label: Programming Language and version
description:
2023-02-03 10:02:38 +01:00
placeholder: e.g. C++ 14, Python 3.6, Java
validations:
required: true
- type: input
id: virtualenv
attributes:
2023-02-03 10:11:13 +01:00
label: Installed using virtualenv? pip? Conda?(if python)
description:
placeholder:
2023-02-03 10:02:38 +01:00
validations:
required: false
2023-02-03 10:02:38 +01:00
- type: input
id: mediapipever
attributes:
2023-02-03 10:13:29 +01:00
label: MediaPipe version
description:
2023-02-03 10:13:29 +01:00
placeholder: e.g. 0.8.11, 0.9.1
2023-02-03 10:02:38 +01:00
validations:
required: false
2023-02-03 10:02:38 +01:00
- type: input
id: bazelver
attributes:
2023-02-03 10:04:41 +01:00
label: Bazel version
description:
2023-02-03 10:13:29 +01:00
placeholder: e.g. 5.0, 5.1
2023-02-03 10:02:38 +01:00
validations:
required: false
- type: input
id: xcodeversion
attributes:
label: XCode and Tulsi versions (if iOS)
description:
2023-02-03 10:11:13 +01:00
placeholder:
2023-02-03 10:02:38 +01:00
validations:
required: false
2023-02-03 10:02:38 +01:00
- type: input
id: sdkndkversion
attributes:
label: Android SDK and NDK versions (if android)
description:
2023-02-03 10:11:13 +01:00
placeholder:
2023-02-03 10:02:38 +01:00
validations:
required: false
2023-02-03 10:17:37 +01:00
- type: dropdown
2023-02-03 10:02:38 +01:00
id: androidaar
attributes:
label: Android AAR (if android)
2023-02-03 10:17:37 +01:00
options:
2023-02-03 10:19:37 +01:00
- 'Yes'
- 'No'
2023-02-03 10:02:38 +01:00
validations:
required: false
2023-02-03 10:02:38 +01:00
- type: input
id: opencvversion
attributes:
label: OpenCV version (if running on desktop)
description:
2023-02-03 10:11:13 +01:00
placeholder:
2023-02-03 10:02:38 +01:00
validations:
required: false
- type: textarea
2023-02-03 10:02:38 +01:00
id: what-happened
attributes:
2023-02-03 10:04:41 +01:00
label: Describe the problem
2023-02-03 10:11:13 +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
2023-02-03 10:02:38 +01:00
validations:
required: true
- type: textarea
id: code-to-reproduce
attributes:
label: Complete Logs
2023-02-03 10:06:16 +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
2023-02-03 10:02:38 +01:00
placeholder: Tell us what you see!
value:
2023-02-03 10:02:38 +01:00
render: shell
validations:
required: true