diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index b71cef73..c5e8dc08 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -1,6 +1,6 @@
---
name: Question (not workflow)
-about: Ask a question about python-sdk (not dapr-ext-workflow)
+about: Ask a question about the python sdk (not workflow)
title: '[QUESTION]
'
labels: kind/question
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/workflow_question.md b/.github/ISSUE_TEMPLATE/workflow_question.md
index ad426c0f..3506f153 100644
--- a/.github/ISSUE_TEMPLATE/workflow_question.md
+++ b/.github/ISSUE_TEMPLATE/workflow_question.md
@@ -1,8 +1,8 @@
---
-name: Workflow SDK Question
-about: Ask a question about dapr-ext-workflow
-title: '[WORKFLOW SDK QUESTION] '
-labels: kind/question
+name: WORKFLOW Question
+about: Ask a question about workflow
+title: '[WORKFLOW QUESTION] '
+labels: ["kind/question", "dapr-ext-workflow"]
assignees: ''
---