diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index ac43287..fecd1f2 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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) diff --git a/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml b/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml index ec227d5..18b80fb 100644 --- a/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml +++ b/.github/ISSUE_TEMPLATE/BUILD_ERROR.yml @@ -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)