Skip to content

Commit 1978bac

Browse files
authored
Update issue templates - removed auto-assigments
1 parent 1645e1c commit 1978bac

6 files changed

Lines changed: 17 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
name: Python Dapr Client SDK Bug report (not workflow SDK)
33
about: Report a bug in python-sdk (not dapr-ext-workflow)
4-
title: '[BUG] <title>'
4+
title: "[BUG] <title>"
55
labels: kind/bug
66
assignees: ''
77

88
---
9+
910
## Expected Behavior
1011

1112
<!-- Briefly describe what you expect to happen -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
name: Python Dapr Client SDK Feature Request (not workflow)
33
about: Create a Feature Request for python-sdk (not dapr-ext-workflow)
4-
title: '[FEATURE REQUEST] <title>'
4+
title: "[FEATURE REQUEST] <title>"
55
labels: kind/enhancement
66
assignees: ''
77

88
---
9+
910
## Describe the feature
1011

1112
## Release Note

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: Question (not workflow)
33
about: Ask a question about the python sdk (not workflow)
4-
title: '[QUESTION] <title>'
4+
title: "[QUESTION] <title>"
55
labels: kind/question
66
assignees: ''
77

88
---
9+
910
## Ask your question here

.github/ISSUE_TEMPLATE/workflow_bug_report.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: WORKFLOW SDK Bug report
33
about: Report a bug in dapr-ext-workflow
4-
title: '[WORKFLOW SDK BUG] <title>'
5-
labels: ["kind/enhancement","dapr-ext-workflow"]
6-
assignees:
7-
- cgillum
8-
- DeepanshuA
4+
title: "[WORKFLOW SDK BUG] <title>"
5+
labels: dapr-ext-workflow, kind/enhancement
6+
assignees: ''
97

108
---
9+
1110
## Expected Behavior
1211

1312
<!-- Briefly describe what you expect to happen -->

.github/ISSUE_TEMPLATE/workflow_feature_request.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: WORKFLOW SDK Feature Request
33
about: Create a Feature Request for dapr-ext-workflow
4-
title: '[WORKFLOW SDK FEATURE REQUEST] <title>'
5-
labels: ["kind/enhancement","dapr-ext-workflow"]
6-
assignees:
7-
- cgillum
8-
- DeepanshuA
4+
title: "[WORKFLOW SDK FEATURE REQUEST] <title>"
5+
labels: dapr-ext-workflow, kind/enhancement
6+
assignees: ''
97

108
---
9+
1110
## Describe the WORKFLOW SDK feature
1211

1312
## Release Note
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: WORKFLOW Question
33
about: Ask a question about workflow
4-
title: '[WORKFLOW QUESTION] <title>'
5-
labels: ["kind/question", "dapr-ext-workflow"]
4+
title: "[WORKFLOW QUESTION] <title>"
5+
labels: dapr-ext-workflow, kind/question
66
assignees: ''
77

88
---
9+
910
## Ask your WORKFLOW SDK question here

0 commit comments

Comments
 (0)