Skip to content

Commit efb54dc

Browse files
authored
syntax changes (#1367)
1 parent f7dd9ca commit efb54dc

File tree

1 file changed

+15
-34
lines changed

1 file changed

+15
-34
lines changed

.github/DISCUSSION_TEMPLATE/survey.yml

Lines changed: 15 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,40 @@ labels: ["Survey"]
33
body:
44
- type: checkboxes
55
attributes:
6-
label: Stack
7-
description: What stack do you primarily use?
6+
label: What stack do you primarily use?
87
options:
98
- label: Python
109
- label: Node
1110
- label: PowerShell
1211
- label: .NET
1312
- label: Java
1413
- label: Go
15-
- label: Other
16-
required: true
14+
- label: Other (Please specify below)
1715
- type: textarea
1816
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?
2418
- type: textarea
2519
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?
3121
- type: textarea
3222
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?
3824
- type: textarea
3925
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.
4527
- type: textarea
4628
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
5237
- type: textarea
5338
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.
5940
- type: markdown
6041
attributes:
6142
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

Comments
 (0)