Skip to content

Commit 7ffa4f8

Browse files
committed
chore: apply correct labels for new issues
1 parent ed132a6 commit 7ffa4f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature Proposal 🚀
22
description: Submit a proposal for a new feature
33
title: '[Feature]: '
4-
labels: ['🚀 Feature Request']
4+
labels: [':rocket: Feature Request']
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Questions / Help 💬'
22
description: If you have questions, please check Reactiflux or StackOverflow
33
title: '[Please read the message below]'
4-
labels: ['💬 Question']
4+
labels: [':speech_balloon: Question']
55
body:
66
- type: markdown
77
attributes:

0 commit comments

Comments
 (0)