diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index f79e6fa048..032f57d6fb 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,7 @@
---
name: 🐞 Bug report
about: Create a report to help us improve
-title: "[Bug]:
"
+title: "[Bug]: "
labels: ["type: bug"]
---
diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md
index fe3c9321de..0da2cef602 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.md
+++ b/.github/ISSUE_TEMPLATE/enhancement.md
@@ -2,7 +2,7 @@
name: 🌟 Enhancement
about: I want to make an enhancement.
labels: ["type: enhancement"]
-title: "[Enhancement]: "
+title: "[Enhancement]: "
---
**Enhancement**
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 74dfa9c573..614e4366cd 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,7 +1,7 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project
-title: "[Feature]: "
+title: "[Feature]: "
labels: ["type: feature"]
---
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index 6df79e3aa2..f8c1ab541f 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -1,7 +1,7 @@
---
name: 🙋 Question
about: I have a question.
-title: "[Question]: "
+title: "[Question]: "
labels: ["type: question"]
---