Delete BUG_REPORT.md
This commit is contained in:
parent
4d900e144d
commit
76e92121af
54
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
54
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -1,54 +0,0 @@
|
|||||||
---
|
|
||||||
name: "🐛 Bug report"
|
|
||||||
about: Report a bug
|
|
||||||
title: "🐛 "
|
|
||||||
labels: 🐛 bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
❤️ 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.
|
|
||||||
BEFORE creating an issue, make sure you tried everything in the TROUBLESHOOTING guide:
|
|
||||||
https://mrousavy.github.io/react-native-vision-camera/docs/guides/troubleshooting
|
|
||||||
-->
|
|
||||||
|
|
||||||
## What
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Enter a short description for the issue you're experiencing.
|
|
||||||
You can also attach screenshots, GIFs or videos.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Logs
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Paste logs and error informations below (Metro Console, Xcode Logs, Android Logcat)
|
|
||||||
-->
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## Reproducable sample
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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. ⚠️
|
|
||||||
-->
|
|
||||||
|
|
||||||
```tsx
|
|
||||||
// code here
|
|
||||||
```
|
|
||||||
|
|
||||||
## Environment
|
|
||||||
|
|
||||||
* Platform(s):
|
|
||||||
* [ ] iOS
|
|
||||||
* [ ] Android
|
|
||||||
* react-native version: ___
|
|
||||||
* react-native-vision-camera version: ___
|
|
||||||
* react-native-reanimated version: N/A
|
|
Loading…
Reference in New Issue
Block a user