Update ---bug-report.md
This commit is contained in:
parent
6134d6cf8a
commit
b300b8fad0
26
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
26
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
@ -7,9 +7,14 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- ❤️ Thank you for your contribution! ❤️ -->
|
<!--
|
||||||
<!-- Remember that you can use this project FOR FREE. -->
|
❤️ Thank you for your contribution! ❤️
|
||||||
<!-- Badly written issues are less likely to be picked up than well written ones. -->
|
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.md doc:
|
||||||
|
https://github.com/mrousavy/react-native-vision-camera/blob/main/docs/TROUBLESHOOTING.md
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
## Type
|
## Type
|
||||||
|
|
||||||
@ -29,24 +34,15 @@ assignees: ''
|
|||||||
## Reproducable sample
|
## Reproducable sample
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Paste a minimal code snippet in there that I/we can use to reproduce the problem you're experiencing. You can also link a GitHub repository.
|
Paste a minimal code snippet so that I can use to reproduce the problem you're experiencing.
|
||||||
⚠️ Note: if you don't provide a reproducable sample, your issue will most likely not be picked up.
|
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
|
```tsx
|
||||||
// code here
|
// code here
|
||||||
```
|
```
|
||||||
|
|
||||||
## Debugging
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Replace the `[ ]` with a `[x]` where it fits:
|
|
||||||
-->
|
|
||||||
|
|
||||||
* [ ] I tried to clean & rebuild (`rm -rf node_modules && rm -rf package-lock.json && rm -rf yarn.lock && rm -rf ios/Pods && rm -rf ios/Podfile.lock` and then re-install node_modules and Pods)
|
|
||||||
* [ ] I tried to debug the native code and noticed the following: ___
|
|
||||||
* [ ] I can reproduce this error on multiple devices
|
|
||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
Reference in New Issue
Block a user