Skip to content

Commit

Permalink
chore: apply correct labels for new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 17, 2021
1 parent ed132a6 commit 7ffa4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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:
Expand Down
2 changes: 1 addition & 1 deletion .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:
Expand Down

0 comments on commit 7ffa4f8

Please sign in to comment.