react-native-vision-camera/.github/ISSUE_TEMPLATE/BUG_REPORT.md

75 lines
1.6 KiB
Markdown
Raw Normal View History

2021-02-23 07:15:14 -07:00
---
2021-02-23 07:30:42 -07:00
name: "🐛 Bug report"
2021-02-23 07:15:14 -07:00
about: Report a bug
2021-02-23 07:30:42 -07:00
title: "🐛 "
2021-02-23 07:15:14 -07:00
labels: bug
assignees: ''
---
2021-02-23 07:19:08 -07:00
<!--
❤️ Thank you for your contribution! ❤️
Remember that you can use this project FOR FREE.
Badly written issues are less likely to be picked up than well written ones.
2021-03-04 02:45:50 -07:00
BEFORE creating an issue, make sure you tried everything in the TROUBLESHOOTING guide:
https://cuvent.github.io/react-native-vision-camera/docs/guides/troubleshooting
2021-02-23 07:19:08 -07:00
-->
2021-02-23 07:15:14 -07:00
## Type
<!--
Replace the `[ ]` with a `[x]` where it fits:
-->
2021-03-29 09:27:13 -06:00
* [ ] I'm cannot build my project with VisionCamera
2021-02-23 07:15:14 -07:00
* [ ] I'm experiencing a full app crash
* [ ] A feature is not working correctly
2021-03-29 09:27:13 -06:00
* [ ] Other: __________________
2021-02-23 07:15:14 -07:00
## What
<!--
Enter a short description for the issue you're experiencing.
2021-02-23 07:19:43 -07:00
You can also attach screenshots, GIFs or videos.
2021-02-23 07:15:14 -07:00
-->
2021-02-23 08:39:34 -07:00
<!--
If you are experiencing an Error, uncomment the following lines and add
the full error object (with `JSON.stringify(error)`) here:
-->
<!--
### Error
```json
```
-->
2021-02-23 07:15:14 -07:00
## Reproducable sample
<!--
2021-02-23 07:19:08 -07:00
Paste a minimal code snippet so that I can use to reproduce the problem you're experiencing.
You can also link a GitHub repository.
⚠️ if you don't provide a reproducable sample, your issue will most likely not be picked up. ⚠️
2021-02-23 07:15:14 -07:00
-->
```tsx
// code here
```
## Environment
<!--
Replace the `[ ]` with a `[x]` where it fits, and fill in the versions from `package.json`
-->
* Platform(s):
* [ ] iOS
* [ ] Android
* react-native version: ___
* react-native-vision-camera version: ___
* react-native-reanimated version: N/A