Add optional checkboxes
This commit is contained in:
parent
e44d0e7aed
commit
7ca226aa76
7
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
7
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
@ -45,16 +45,13 @@ body:
|
||||
description: Run the example app (`package/example/`) and see if the issue is reproduceable here.
|
||||
options:
|
||||
- label: I can reproduce the issue in the VisionCamera Example app.
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Are you using Expo?
|
||||
options:
|
||||
- label: I am using Expo
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Please check all the boxes that apply
|
||||
options:
|
||||
- label: I am using Expo
|
||||
- label: I have enabled Frame Processors (react-native-worklets-core)
|
||||
- label: I have read the [Troubleshooting Guide](https://react-native-vision-camera.com/docs/guides/troubleshooting)
|
||||
required: true
|
||||
- label: I agree to follow this project's [Code of Conduct](https://github.com/mrousavy/react-native-vision-camera/blob/main/CODE_OF_CONDUCT.md)
|
||||
|
7
.github/ISSUE_TEMPLATE/BUILD_ERROR.yml
vendored
7
.github/ISSUE_TEMPLATE/BUILD_ERROR.yml
vendored
@ -49,16 +49,13 @@ body:
|
||||
description: Try to build the example app (`package/example/`) and see if the issue is reproduceable here.
|
||||
options:
|
||||
- label: I can build the VisionCamera Example app.
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Are you using Expo?
|
||||
options:
|
||||
- label: I am using Expo
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Please check all the boxes that apply
|
||||
options:
|
||||
- label: I am using Expo
|
||||
- label: I have enabled Frame Processors (react-native-worklets-core)
|
||||
- label: I have read the [Troubleshooting Guide](https://react-native-vision-camera.com/docs/guides/troubleshooting)
|
||||
required: true
|
||||
- label: I agree to follow this project's [Code of Conduct](https://github.com/mrousavy/react-native-vision-camera/blob/main/CODE_OF_CONDUCT.md)
|
||||
|
Loading…
Reference in New Issue
Block a user