Update QUESTION.yml
This commit is contained in:
parent
292883ce76
commit
3f819c9e93
9
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
9
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
@ -15,6 +15,13 @@ body:
|
|||||||
label: What I tried
|
label: What I tried
|
||||||
description: (Optional) Explain what alternatives/workarounds you tried.
|
description: (Optional) Explain what alternatives/workarounds you tried.
|
||||||
placeholder: I tried to use `Camera.takePhoto()`
|
placeholder: I tried to use `Camera.takePhoto()`
|
||||||
|
- 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
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional information
|
label: Additional information
|
||||||
@ -25,5 +32,5 @@ body:
|
|||||||
required: true
|
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)
|
- 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
|
required: true
|
||||||
- label: I searched for [similar questions in this repository](https://github.com/mrousavy/react-native-vision-camera/issues?q=is%3Aopen+is%3Aissue+label%3A%22❓+question%22) as well as [in the discussions](https://github.com/mrousavy/react-native-vision-camera/discussions) and found none.
|
- label: I searched for similar questions [in the issues page](https://github.com/mrousavy/react-native-vision-camera/issues?q=is%3Aopen+is%3Aissue+label%3A%22❓+question%22) as well as [in the discussions page](https://github.com/mrousavy/react-native-vision-camera/discussions) and found none.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user