From 7ffa4f80c44ef1214bcd4dbf2fb8105771d21627 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 17 Oct 2021 12:56:38 +0200 Subject: [PATCH] chore: apply correct labels for new issues --- .github/ISSUE_TEMPLATE/feature.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index ab85d6d4f02f..fdb8d89bf1d5 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,7 @@ name: Feature Proposal 🚀 description: Submit a proposal for a new feature title: '[Feature]: ' -labels: ['🚀 Feature Request'] +labels: [':rocket: Feature Request'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 5d14cae2d299..3f2fa053a5ff 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,7 +1,7 @@ name: 'Questions / Help 💬' description: If you have questions, please check Reactiflux or StackOverflow title: '[Please read the message below]' -labels: ['💬 Question'] +labels: [':speech_balloon: Question'] body: - type: markdown attributes: