Create BUG_REPORT.yml
This commit is contained in:
parent
61cef7526f
commit
0e420ce60c
54
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
Normal file
54
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "🐛 "
|
||||
labels: [🐛 bug]
|
||||
body:
|
||||
- type: textarea
|
||||
id: what-are-you-trying-to-do
|
||||
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
|
||||
- type: textarea
|
||||
id: what-happened-instead
|
||||
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
|
||||
id: logs
|
||||
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
|
||||
- type: dropdown
|
||||
id: platforms
|
||||
attributes:
|
||||
label: What Platforms are you seeing this Problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- iOS
|
||||
- Android
|
||||
- type: input
|
||||
id: version
|
||||
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
|
||||
id: terms
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Please check all the boxes that apply:
|
||||
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
|
Loading…
Reference in New Issue
Block a user