update issue templates
This commit is contained in:
		
							
								
								
									
										31
									
								
								.github/ISSUE_TEMPLATE/QUESTION.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								.github/ISSUE_TEMPLATE/QUESTION.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,31 @@ | ||||
| name: ❓ Question | ||||
| description: Ask a Question about this library | ||||
| title: "❓ " | ||||
| labels: [❓ question] | ||||
| body: | ||||
|   - type: textarea | ||||
|     attributes: | ||||
|       label: Question | ||||
|       description: Ask a question about the library or ask for help/advice. Make sure to be as detailed as possible, since well written questions are more likely to be picked up than badly written ones. | ||||
|       placeholder: How do I take a photo? | ||||
|     validations: | ||||
|       required: true | ||||
|   - type: textarea | ||||
|     attributes: | ||||
|       label: What I tried | ||||
|       description: (Optional) Explain what alternatives/workarounds you tried. | ||||
|       placeholder: I tried to use `Camera.takePhoto()` | ||||
|   - type: checkboxes | ||||
|     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 | ||||
|         - 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 | ||||
|         - 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. | ||||
|           required: true | ||||
		Reference in New Issue
	
	Block a user