diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 98869e6759f9..4aabf9a70f4c 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,5 +1,6 @@ --- name: 🐛 Bug report +labels: ':bug: Bug' about: Create a report to help us improve --- diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index e310fb3a3f3a..5e68f752726c 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,5 +1,6 @@ --- name: 🚀 Feature Proposal +labels: ':rocket: Feature Request' about: Submit a proposal for a new feature --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index de47a8a74a8a..bc450db07a13 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,5 +1,6 @@ --- name: 💬 Questions / Help +label: ':speech_balloon: Question' about: If you have questions, please check our Discord or StackOverflow --- diff --git a/.github/ISSUE_TEMPLATE/regression.md b/.github/ISSUE_TEMPLATE/regression.md index 7a957734f4c8..01da71a7c761 100644 --- a/.github/ISSUE_TEMPLATE/regression.md +++ b/.github/ISSUE_TEMPLATE/regression.md @@ -1,5 +1,6 @@ --- name: 💥 Regression Report +labels: ':boom: Regression' about: Report unexpected behavior that worked in previous versions ---