From ea773c04beaf6d1474f4aa9980d2d81224c71336 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 29 Jan 2024 13:44:47 +0100 Subject: [PATCH] chore: Update QUESTION template emoji MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .github/ISSUE_TEMPLATE/QUESTION.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index 4e29536..52c1426 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -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