react-native-vision-camera/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml

81 lines
3.1 KiB
YAML
Raw Normal View History

2023-09-01 10:46:41 -06:00
name: 🔧 Build Error
description: File a build error bug report
title: "🔧 "
labels: [🔧 build error]
body:
- type: textarea
attributes:
label: How were you trying to build the app?
description: Explain how you tried to build the app, through Xcode, `yarn ios`, a CI, or other. Be as precise as possible, I can't help you if I don't understand your issue.
placeholder: I tried to build my app with react-native-vision-camera using the `yarn ios` command, and it failed.
validations:
required: true
- type: textarea
attributes:
label: Full build logs
description: Share the full build logs that appear in the console. Make sure you don't just paste the last few lines here, but rather everything from start to end.
render: tsx
2023-09-01 15:49:23 -06:00
validations:
required: true
2023-09-01 10:46:41 -06:00
- type: textarea
attributes:
label: Project dependencies
description: Share all of your project's dependencies including their versions from `package.json`. This is useful if there are any other conflicting libraries.
render: tsx
validations:
required: true
2023-09-14 06:21:35 -06:00
- type: input
attributes:
label: VisionCamera Version
description: Which version of react-native-vision-camera are you using?
placeholder: ex. 3.1.6
validations:
required: true
2023-09-01 10:46:41 -06:00
- type: dropdown
attributes:
label: Target platforms
description: Select the platforms where the build error occurs.
multiple: true
options:
- iOS
- Android
validations:
required: true
- type: dropdown
attributes:
label: Operating system
description: Select your operating system that you are trying to build on.
multiple: true
options:
- MacOS
- Windows
- Linux
validations:
required: true
2023-09-14 06:15:32 -06:00
- type: dropdown
2023-09-01 10:46:41 -06:00
attributes:
label: Can you build the VisionCamera Example app?
2023-09-14 06:18:04 -06:00
description: >
Try to build the example app (`package/example/`) and see if the issue is reproduceable here.
**Note:** If you don't try to build the example app, I most likely won't help you with your issue.
2023-09-01 10:46:41 -06:00
options:
2023-09-19 05:17:21 -06:00
- I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
2023-09-14 06:19:52 -06:00
- Yes, I can successfully build the Example app here
- No, I cannot build the Example app either
2023-09-19 05:17:21 -06:00
default: 0
2023-09-14 06:15:32 -06:00
validations:
required: true
2023-09-01 10:46:41 -06:00
- type: checkboxes
attributes:
label: Additional information
description: Please check all the boxes that apply
options:
2023-09-01 12:10:44 -06:00
- label: I am using Expo
- label: I have enabled Frame Processors (react-native-worklets-core)
2023-09-01 10:46:41 -06:00
- label: I have read the [Troubleshooting Guide](https://react-native-vision-camera.com/docs/guides/troubleshooting)
required: true
- label: I agree to follow this project's [Code of Conduct](https://github.com/mrousavy/react-native-vision-camera/blob/main/CODE_OF_CONDUCT.md)
required: true
- label: I searched for [similar issues in this repository](https://github.com/mrousavy/react-native-vision-camera/issues) and found none.
required: true