diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ab5a41f81..d340614ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,11 +1,12 @@ --- name: Python Dapr Client SDK Bug report (not workflow SDK) about: Report a bug in python-sdk (not dapr-ext-workflow) -title: '[BUG] ' +title: "[BUG] <title>" labels: kind/bug assignees: '' --- + ## Expected Behavior <!-- Briefly describe what you expect to happen --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6d888cdb0..d0fbedfa4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,11 +1,12 @@ --- name: Python Dapr Client SDK Feature Request (not workflow) about: Create a Feature Request for python-sdk (not dapr-ext-workflow) -title: '[FEATURE REQUEST] <title>' +title: "[FEATURE REQUEST] <title>" labels: kind/enhancement assignees: '' --- + ## Describe the feature ## Release Note diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index c5e8dc089..10f2b87f7 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,9 +1,10 @@ --- name: Question (not workflow) about: Ask a question about the python sdk (not workflow) -title: '[QUESTION] <title>' +title: "[QUESTION] <title>" labels: kind/question assignees: '' --- + ## Ask your question here diff --git a/.github/ISSUE_TEMPLATE/workflow_bug_report.md b/.github/ISSUE_TEMPLATE/workflow_bug_report.md index 93e2d97a9..8713bc2cd 100644 --- a/.github/ISSUE_TEMPLATE/workflow_bug_report.md +++ b/.github/ISSUE_TEMPLATE/workflow_bug_report.md @@ -1,13 +1,12 @@ --- name: WORKFLOW SDK Bug report about: Report a bug in dapr-ext-workflow -title: '[WORKFLOW SDK BUG] <title>' -labels: ["kind/enhancement","dapr-ext-workflow"] -assignees: - - cgillum - - DeepanshuA +title: "[WORKFLOW SDK BUG] <title>" +labels: dapr-ext-workflow, kind/enhancement +assignees: '' --- + ## Expected Behavior <!-- Briefly describe what you expect to happen --> diff --git a/.github/ISSUE_TEMPLATE/workflow_feature_request.md b/.github/ISSUE_TEMPLATE/workflow_feature_request.md index 6da75a892..ea38b9542 100644 --- a/.github/ISSUE_TEMPLATE/workflow_feature_request.md +++ b/.github/ISSUE_TEMPLATE/workflow_feature_request.md @@ -1,13 +1,12 @@ --- name: WORKFLOW SDK Feature Request about: Create a Feature Request for dapr-ext-workflow -title: '[WORKFLOW SDK FEATURE REQUEST] <title>' -labels: ["kind/enhancement","dapr-ext-workflow"] -assignees: - - cgillum - - DeepanshuA +title: "[WORKFLOW SDK FEATURE REQUEST] <title>" +labels: dapr-ext-workflow, kind/enhancement +assignees: '' --- + ## Describe the WORKFLOW SDK feature ## Release Note diff --git a/.github/ISSUE_TEMPLATE/workflow_question.md b/.github/ISSUE_TEMPLATE/workflow_question.md index 3506f1535..3a8fbdab5 100644 --- a/.github/ISSUE_TEMPLATE/workflow_question.md +++ b/.github/ISSUE_TEMPLATE/workflow_question.md @@ -1,9 +1,10 @@ --- name: WORKFLOW Question about: Ask a question about workflow -title: '[WORKFLOW QUESTION] <title>' -labels: ["kind/question", "dapr-ext-workflow"] +title: "[WORKFLOW QUESTION] <title>" +labels: dapr-ext-workflow, kind/question assignees: '' --- + ## Ask your WORKFLOW SDK question here