From 20dbe362651851d647954419ccf8fbf1afdc353f Mon Sep 17 00:00:00 2001 From: Bernd Verst Date: Tue, 7 Nov 2023 15:31:10 -0800 Subject: [PATCH] Update issue templates again Signed-off-by: Bernd Verst --- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/ISSUE_TEMPLATE/workflow_question.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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] <title>' -labels: kind/question +name: WORKFLOW Question +about: Ask a question about workflow +title: '[WORKFLOW QUESTION] <title>' +labels: ["kind/question", "dapr-ext-workflow"] assignees: '' ---