Skip to content

Commit f7dd9ca

Browse files
authored
survey edit per GH issue determining different syntax (#1366)
1 parent 1a88670 commit f7dd9ca

File tree

1 file changed

+61
-58
lines changed

1 file changed

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