diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index dd84ea7824..e1aecfad1e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,8 +1,8 @@
---
name: Bug report
about: Create a report to help us improve
-title: ''
-labels: ''
+title: 'Bug:
'
+labels: 'bug'
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index bbcbbe7d61..d4daf2923e 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
-title: ''
-labels: ''
+title: 'Enhancement: '
+labels: 'enhancement'
assignees: ''
---
diff --git a/.github/ISSUE_TEMPLATE/request-for-test.md b/.github/ISSUE_TEMPLATE/request-for-test.md
index 3a30a59883..c0cb749241 100644
--- a/.github/ISSUE_TEMPLATE/request-for-test.md
+++ b/.github/ISSUE_TEMPLATE/request-for-test.md
@@ -1,7 +1,7 @@
---
name: Request for Test
about: 'Request more tests for product code in the platform. '
-title: Tests for [FIleName]
+title: Tests for [FileName]
labels: 'write tests'
assignees: ''