chore: Update QUESTION template emoji

People just always put the "" emoji after the title using it as an actual questionmark. I now replaced it to use a different emoji (💭) so people might get it to put it before the issue title now.
This commit is contained in:
Marc Rousavy 2024-01-29 13:44:47 +01:00
parent d64fc08e16
commit ea773c04be
No known key found for this signature in database
GPG Key ID: 8B9C709EA0B16A6D

View File

@ -1,7 +1,7 @@
name: Question name: 💭 Question
description: Ask a Question about this library description: Ask a Question about this library
title: " " title: "💭 "
labels: [ question] labels: [💭 question]
body: body:
- type: textarea - type: textarea
attributes: attributes:
@ -32,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 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. - 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