Skip to content

Commit 1a913d1

Browse files
authored
Provide issue templates (#253)
Created the first set of issue-creation templates for Durable Python. Gave them some personality with some emojis here and there.
1 parent d8f2c06 commit 1a913d1

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: "\U0001F4A1 Feature request"
3+
about: Suggest an idea for this project!
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
💡 **Feature description**
11+
> What would you like to see, and why?
12+
> What kinds of usage do you expect to see in this feature?
13+
14+
💭 **Describe alternatives you've considered**
15+
> What are other ways to achieve this? Have you thought of alternative designs or solutions?
16+
> Any existing workarounds? Why are they not sufficient? We'd like to know!
17+
18+
**Additional context**
19+
> Add any other context or screenshots about the feature request here.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Did something not work out as expected? Let us know!
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
🐛 **Describe the bug**
11+
> A clear and concise description of what the bug is.
12+
13+
🤔 **Expected behavior**
14+
> What should have happened?
15+
16+
**Steps to reproduce**
17+
> What Durable Functions patterns are you using, if any?
18+
> Any minimal reproducer we can use?
19+
> Are you running this locally or on Azure?
20+
21+
**If deployed to Azure**
22+
> We have access to a lot of telemetry that can help with investigations. Please provide as much of the following information as you can to help us investigate!
23+
24+
- **Timeframe issue observed**:
25+
- **Function App name**:
26+
- **Function name(s)**:
27+
- **Azure region**:
28+
- **Orchestration instance ID(s)**:
29+
- **Azure storage account name**:
30+
31+
> If you don't want to share your Function App or storage account name GitHub, please at least share the orchestration instance ID. Otherwise it's extremely difficult to look up information.

0 commit comments

Comments
 (0)