Skip to content

Commit

Permalink
chore: correct label for question and regression templates (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Apr 7, 2020
1 parent 311eaeb commit 30aaecd
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/question.md
@@ -1,6 +1,6 @@
---
name: 💬 Questions / Help
label: ':speech_balloon: Question'
labels: ':speech_balloon: Question'
about: If you have questions, please check our Slack or StackOverflow
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/regression.md
@@ -1,6 +1,6 @@
---
name: 💥 Regression Report
labels: ':boom: Regression'
labels: 'Regression :boom:'
about: Report unexpected behavior that worked in previous versions
---

Expand Down

0 comments on commit 30aaecd

Please sign in to comment.