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
+15-34Lines changed: 15 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -3,59 +3,40 @@ labels: ["Survey"]
3
3
body:
4
4
- type: checkboxes
5
5
attributes:
6
-
label: Stack
7
-
description: What stack do you primarily use?
6
+
label: What stack do you primarily use?
8
7
options:
9
8
- label: Python
10
9
- label: Node
11
10
- label: PowerShell
12
11
- label: .NET
13
12
- label: Java
14
13
- label: Go
15
-
- label: Other
16
-
required: true
14
+
- label: Other (Please specify below)
17
15
- type: textarea
18
16
attributes:
19
-
label: Role
20
-
description: What is your current role in which you use Azure Functions?
21
-
value: role
22
-
validations:
23
-
required: true
17
+
label: What is your current role in which you use Azure Functions?
24
18
- type: textarea
25
19
attributes:
26
-
label: scenarios
27
-
description: What are the use cases and scenarios in which you use Azure Functions today?
28
-
value: scenarios
29
-
validations:
30
-
required: true
20
+
label: What are the use cases and scenarios in which you use Azure Functions today?
31
21
- type: textarea
32
22
attributes:
33
-
label: improvements
34
-
description: What are the pain points you have experienced using Azure Functions?
35
-
value: improvements
36
-
validations:
37
-
required: true
23
+
label: What are the pain points you have experienced using Azure Functions?
38
24
- type: textarea
39
25
attributes:
40
-
label: suggestions
41
-
description: Please share any suggestions for product improvements.
42
-
value: suggestions
43
-
validations:
44
-
required: true
26
+
label: Please share any suggestions for product improvements.
45
27
- type: textarea
46
28
attributes:
47
-
label: tools
48
-
description: What developer tools do you use? (For example, Visual Studio Code, Command Line, etc.)
49
-
value: tools
50
-
validations:
51
-
required: true
29
+
label: What developer tools do you use?
30
+
description: Visual Studio Code, Command Line, etc.
31
+
- type: checkboxes
32
+
attributes:
33
+
label: Would you be interested in meeting with the Azure Functions team to provide additional feedback?
34
+
options:
35
+
- label: Yes
36
+
- label: No
52
37
- type: textarea
53
38
attributes:
54
-
label: contact
55
-
description: 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.
56
-
value: contact
57
-
validations:
58
-
required: true
39
+
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.
59
40
- type: markdown
60
41
attributes:
61
42
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"
0 commit comments