You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/DISCUSSION_TEMPLATE/survey.yml
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,33 +13,57 @@ body:
13
13
- label: Go
14
14
- label: Other (Please specify below)
15
15
- type: textarea
16
+
id: role
16
17
attributes:
17
18
label: What is your current role in which you use Azure Functions?
18
19
description: Software Developer, Machine Learning Engineer, Full Stack Engineer, etc.
20
+
render: bash
21
+
validations:
22
+
required: false
19
23
- type: textarea
24
+
id: scenarios
20
25
attributes:
21
26
label: What are the use cases and scenarios in which you use Azure Functions today?
22
27
description: Describe how you are using Azure Functions, and expected end goals.
28
+
render: bash
29
+
validations:
30
+
required: false
23
31
- type: textarea
32
+
id: pain points
24
33
attributes:
25
34
label: What are the pain points you have experienced using Azure Functions?
35
+
render: bash
36
+
validations:
37
+
required: false
26
38
- type: textarea
39
+
id: improvements
27
40
attributes:
28
41
label: Please share any suggestions for product improvements.
42
+
render: bash
43
+
validations:
44
+
required: false
29
45
- type: textarea
46
+
id: tooling
30
47
attributes:
31
48
label: What developer tools do you use?
32
49
description: Visual Studio Code, Command Line, etc.
50
+
render: bash
51
+
validations:
52
+
required: false
33
53
- type: checkboxes
34
54
attributes:
35
55
label: Would you be interested in meeting with the Azure Functions team to provide additional feedback?
36
-
description: If you select "Yes", the team may reach out with follow up questions on your responses.
37
56
options:
38
57
- label: Yes
39
58
- label: No
40
59
- type: textarea
60
+
id: tooling
41
61
attributes:
42
62
label: Please provide any other comments or feedback here, as well as your email if you indicated 'Yes' to being contacted from the Azure Functions team.
63
+
render: bash
64
+
validations:
65
+
required: false
43
66
- type: markdown
44
67
attributes:
45
-
value: "Thank you for your feedback! For any specific questions or bugs, please create an issue here: https://github.com/Azure/azure-functions-python-worker/issues"
68
+
value: |
69
+
"Thank you for your feedback! For any specific questions or to report a bug, please create an issue [here](https://github.com/Azure/azure-functions-python-worker/issues)."
0 commit comments