react-native-vision-camera/.github/ISSUE_TEMPLATE/BUG_REPORT.yml

56 lines
2.4 KiB
YAML
Raw Normal View History

2021-07-14 03:07:55 -06:00
name: 🐛 Bug Report
2021-07-14 03:00:26 -06:00
description: File a bug report
title: "🐛 "
labels: [🐛 bug]
body:
- type: textarea
attributes:
label: What were you trying to do?
description: Explain what you are trying to do.
placeholder: I wanted to take a picture.
validations:
required: true
2021-08-09 05:21:07 -06:00
- type: textarea
attributes:
label: Reproduceable Code
description: Share a small reproduceable code snippet here (or the entire file if necessary). This will be automatically formatted into code, so no need for backticks.
render: tsx
2021-07-14 03:00:26 -06:00
- type: textarea
attributes:
label: What happened instead?
description: Explain what happened instead of the desired outcome. Did something crash?
placeholder: The app crashes with an `InvalidPhotoCodec` error.
validations:
required: true
- type: textarea
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output (Xcode Logs/Android Studio Logcat). This will be automatically formatted into code, so no need for backticks.
render: shell
2021-07-14 05:55:53 -06:00
- type: input
2021-07-14 03:00:26 -06:00
attributes:
2021-07-14 05:55:53 -06:00
label: Device
2021-07-14 05:57:09 -06:00
description: Which device are you seeing this Problem on? Mention the full name of the phone, as well as the operating system and version. If you have tested this on multiple devices (ex. Android and iOS) then mention all of those devices (comma separated)
2021-07-14 05:55:53 -06:00
placeholder: ex. iPhone 11 Pro (iOS 14.3)
2021-07-14 03:17:32 -06:00
validations:
required: true
2021-07-14 03:00:26 -06:00
- type: input
attributes:
label: VisionCamera Version
description: Which version of react-native-vision-camera are you using?
placeholder: ex. 2.0.1-beta.1
validations:
required: true
- type: checkboxes
attributes:
label: Additional information
2021-07-14 03:04:41 -06:00
description: Please check all the boxes that apply
2021-07-14 03:00:26 -06:00
options:
- label: I am using Expo
- label: I have read the [Troubleshooting Guide](https://mrousavy.github.io/react-native-vision-camera/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)
required: true
2021-07-14 03:31:03 -06:00
- label: I searched for [similar issues in this repository](https://github.com/mrousavy/react-native-vision-camera/issues) and found none.
required: true