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:
parent
d64fc08e16
commit
ea773c04be
8
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
8
.github/ISSUE_TEMPLATE/QUESTION.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: ❓ Question
|
||||
name: 💭 Question
|
||||
description: Ask a Question about this library
|
||||
title: "❓ "
|
||||
labels: [❓ question]
|
||||
title: "💭 "
|
||||
labels: [💭 question]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
@ -32,5 +32,5 @@ body:
|
||||
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 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
|
||||
|
Loading…
Reference in New Issue
Block a user