parent
f57714747a
commit
1341d3ca92
30
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
30
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: "🐛 Bug report"
|
name: "🐛 Bug report"
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
title: "🐛 "
|
title: "🐛 "
|
||||||
labels: bug
|
labels: 🐛 bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -15,18 +15,6 @@ assignees: ''
|
|||||||
https://cuvent.github.io/react-native-vision-camera/docs/guides/troubleshooting
|
https://cuvent.github.io/react-native-vision-camera/docs/guides/troubleshooting
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
## Type
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Replace the `[ ]` with a `[x]` where it fits:
|
|
||||||
-->
|
|
||||||
|
|
||||||
* [ ] I'm cannot build my project with VisionCamera
|
|
||||||
* [ ] I'm experiencing a full app crash
|
|
||||||
* [ ] A feature is not working correctly
|
|
||||||
* [ ] Other: __________________
|
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -34,19 +22,15 @@ assignees: ''
|
|||||||
You can also attach screenshots, GIFs or videos.
|
You can also attach screenshots, GIFs or videos.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
### Logs
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
If you are experiencing an Error, uncomment the following lines and add
|
Paste logs and error informations below (Metro Console, Xcode Logs, Android Logcat)
|
||||||
the full error object (with `JSON.stringify(error)`) here:
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
|
||||||
### Error
|
|
||||||
|
|
||||||
```json
|
|
||||||
|
|
||||||
```
|
```
|
||||||
-->
|
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Reproducable sample
|
## Reproducable sample
|
||||||
|
|
||||||
@ -62,10 +46,6 @@ assignees: ''
|
|||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
<!--
|
|
||||||
Replace the `[ ]` with a `[x]` where it fits, and fill in the versions from `package.json`
|
|
||||||
-->
|
|
||||||
|
|
||||||
* Platform(s):
|
* Platform(s):
|
||||||
* [ ] iOS
|
* [ ] iOS
|
||||||
* [ ] Android
|
* [ ] Android
|
||||||
|
11
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
11
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: "✨ Feature request"
|
name: "✨ Feature request"
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: "✨ "
|
title: "✨ "
|
||||||
labels: enhancement
|
labels: ✨ enhancement
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -13,15 +13,6 @@ assignees: ''
|
|||||||
Badly written feature requests are less likely to be picked up than well written ones.
|
Badly written feature requests are less likely to be picked up than well written ones.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Type
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Replace the `[ ]` with a `[x]` where it fits:
|
|
||||||
-->
|
|
||||||
|
|
||||||
* [ ] Enhancement for an existing feature
|
|
||||||
* [ ] An entirely new feature
|
|
||||||
|
|
||||||
## What
|
## What
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
2
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
2
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: "❓ Question"
|
name: "❓ Question"
|
||||||
about: Ask a question about the library
|
about: Ask a question about the library
|
||||||
title: "❓ "
|
title: "❓ "
|
||||||
labels: question
|
labels: ❓ question
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -20,15 +20,6 @@
|
|||||||
* This PR changes the configure() function to cache results.
|
* This PR changes the configure() function to cache results.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Side-effects
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Change `[ ]` to `[x]` where it fits:
|
|
||||||
-->
|
|
||||||
|
|
||||||
* [ ] This PR does not introduce any known side-effects.
|
|
||||||
* [ ] This PR introduces the following side-effects: _______
|
|
||||||
|
|
||||||
## Tested on
|
## Tested on
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -14,5 +14,5 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "🛠 dependencies"
|
||||||
- "android"
|
- "🤖 android"
|
||||||
|
Loading…
Reference in New Issue
Block a user