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"
|
||||
about: Report a bug
|
||||
title: "🐛 "
|
||||
labels: bug
|
||||
labels: 🐛 bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
@ -15,18 +15,6 @@ assignees: ''
|
||||
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
|
||||
|
||||
<!--
|
||||
@ -34,19 +22,15 @@ assignees: ''
|
||||
You can also attach screenshots, GIFs or videos.
|
||||
-->
|
||||
|
||||
### Logs
|
||||
|
||||
<!--
|
||||
If you are experiencing an Error, uncomment the following lines and add
|
||||
the full error object (with `JSON.stringify(error)`) here:
|
||||
Paste logs and error informations below (Metro Console, Xcode Logs, Android Logcat)
|
||||
-->
|
||||
|
||||
<!--
|
||||
### Error
|
||||
|
||||
```json
|
||||
|
||||
```
|
||||
-->
|
||||
|
||||
```
|
||||
|
||||
## Reproducable sample
|
||||
|
||||
@ -62,10 +46,6 @@ assignees: ''
|
||||
|
||||
## Environment
|
||||
|
||||
<!--
|
||||
Replace the `[ ]` with a `[x]` where it fits, and fill in the versions from `package.json`
|
||||
-->
|
||||
|
||||
* Platform(s):
|
||||
* [ ] iOS
|
||||
* [ ] Android
|
||||
|
11
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
11
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
@ -2,7 +2,7 @@
|
||||
name: "✨ Feature request"
|
||||
about: Suggest an idea for this project
|
||||
title: "✨ "
|
||||
labels: enhancement
|
||||
labels: ✨ enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
@ -13,15 +13,6 @@ assignees: ''
|
||||
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
|
||||
|
||||
<!--
|
||||
|
2
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
2
.github/ISSUE_TEMPLATE/QUESTION.md
vendored
@ -2,7 +2,7 @@
|
||||
name: "❓ Question"
|
||||
about: Ask a question about the library
|
||||
title: "❓ "
|
||||
labels: question
|
||||
labels: ❓ question
|
||||
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.
|
||||
-->
|
||||
|
||||
## 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
|
||||
|
||||
<!--
|
||||
|
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -14,5 +14,5 @@ updates:
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "android"
|
||||
- "🛠 dependencies"
|
||||
- "🤖 android"
|
||||
|
Loading…
Reference in New Issue
Block a user