Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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>'
title: "[BUG] <title>"
labels: kind/bug
assignees: ''

---

## Expected Behavior

<!-- Briefly describe what you expect to happen -->
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -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
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/workflow_bug_report.md
Original file line number Diff line number Diff line change
@@ -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 -->
Expand Down
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/workflow_feature_request.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/workflow_question.md
Original file line number Diff line number Diff line change
@@ -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