Skip to content

Commit efbd92c

Browse files
authored
Fixed additional syntax for GitHub Discussions survey (#1370)
1 parent 9df8932 commit efbd92c

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

.github/DISCUSSION_TEMPLATE/survey.yml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,57 @@ body:
1313
- label: Go
1414
- label: Other (Please specify below)
1515
- type: textarea
16+
id: role
1617
attributes:
1718
label: What is your current role in which you use Azure Functions?
1819
description: Software Developer, Machine Learning Engineer, Full Stack Engineer, etc.
20+
render: bash
21+
validations:
22+
required: false
1923
- type: textarea
24+
id: scenarios
2025
attributes:
2126
label: What are the use cases and scenarios in which you use Azure Functions today?
2227
description: Describe how you are using Azure Functions, and expected end goals.
28+
render: bash
29+
validations:
30+
required: false
2331
- type: textarea
32+
id: pain points
2433
attributes:
2534
label: What are the pain points you have experienced using Azure Functions?
35+
render: bash
36+
validations:
37+
required: false
2638
- type: textarea
39+
id: improvements
2740
attributes:
2841
label: Please share any suggestions for product improvements.
42+
render: bash
43+
validations:
44+
required: false
2945
- type: textarea
46+
id: tooling
3047
attributes:
3148
label: What developer tools do you use?
3249
description: Visual Studio Code, Command Line, etc.
50+
render: bash
51+
validations:
52+
required: false
3353
- type: checkboxes
3454
attributes:
3555
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.
3756
options:
3857
- label: Yes
3958
- label: No
4059
- type: textarea
60+
id: tooling
4161
attributes:
4262
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
4366
- type: markdown
4467
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

Comments
 (0)