Skip to content

Commit 7ca226a

Browse files
committed
Add optional checkboxes
1 parent e44d0e7 commit 7ca226a

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,13 @@ body:
4545
description: Run the example app (`package/example/`) and see if the issue is reproduceable here.
4646
options:
4747
- label: I can reproduce the issue in the VisionCamera Example app.
48-
- type: checkboxes
49-
attributes:
50-
label: Are you using Expo?
51-
options:
52-
- label: I am using Expo
5348
- type: checkboxes
5449
attributes:
5550
label: Additional information
5651
description: Please check all the boxes that apply
5752
options:
53+
- label: I am using Expo
54+
- label: I have enabled Frame Processors (react-native-worklets-core)
5855
- label: I have read the [Troubleshooting Guide](https://react-native-vision-camera.com/docs/guides/troubleshooting)
5956
required: true
6057
- 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)

.github/ISSUE_TEMPLATE/BUILD_ERROR.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,13 @@ body:
4949
description: Try to build the example app (`package/example/`) and see if the issue is reproduceable here.
5050
options:
5151
- label: I can build the VisionCamera Example app.
52-
- type: checkboxes
53-
attributes:
54-
label: Are you using Expo?
55-
options:
56-
- label: I am using Expo
5752
- type: checkboxes
5853
attributes:
5954
label: Additional information
6055
description: Please check all the boxes that apply
6156
options:
57+
- label: I am using Expo
58+
- label: I have enabled Frame Processors (react-native-worklets-core)
6259
- label: I have read the [Troubleshooting Guide](https://react-native-vision-camera.com/docs/guides/troubleshooting)
6360
required: true
6461
- 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)

0 commit comments

Comments
 (0)