From d282493d05ec5ef066790a796e9e992c2fd06ca2 Mon Sep 17 00:00:00 2001 From: Shreya Batra Date: Wed, 22 Nov 2023 10:50:14 -0600 Subject: [PATCH] syntax changes --- .github/DISCUSSION_TEMPLATE/survey.yml | 49 ++++++++------------------ 1 file changed, 15 insertions(+), 34 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/survey.yml b/.github/DISCUSSION_TEMPLATE/survey.yml index b1e97339..5307086d 100644 --- a/.github/DISCUSSION_TEMPLATE/survey.yml +++ b/.github/DISCUSSION_TEMPLATE/survey.yml @@ -3,8 +3,7 @@ labels: ["Survey"] body: - type: checkboxes attributes: - label: Stack - description: What stack do you primarily use? + label: What stack do you primarily use? options: - label: Python - label: Node @@ -12,50 +11,32 @@ body: - label: .NET - label: Java - label: Go - - label: Other - required: true + - label: Other (Please specify below) - type: textarea attributes: - label: Role - description: What is your current role in which you use Azure Functions? - value: role - validations: - required: true + label: What is your current role in which you use Azure Functions? - type: textarea attributes: - label: scenarios - description: What are the use cases and scenarios in which you use Azure Functions today? - value: scenarios - validations: - required: true + label: What are the use cases and scenarios in which you use Azure Functions today? - type: textarea attributes: - label: improvements - description: What are the pain points you have experienced using Azure Functions? - value: improvements - validations: - required: true + label: What are the pain points you have experienced using Azure Functions? - type: textarea attributes: - label: suggestions - description: Please share any suggestions for product improvements. - value: suggestions - validations: - required: true + label: Please share any suggestions for product improvements. - type: textarea attributes: - label: tools - description: What developer tools do you use? (For example, Visual Studio Code, Command Line, etc.) - value: tools - validations: - required: true + label: What developer tools do you use? + description: Visual Studio Code, Command Line, etc. + - type: checkboxes + attributes: + label: Would you be interested in meeting with the Azure Functions team to provide additional feedback? + options: + - label: Yes + - label: No - type: textarea attributes: - label: contact - 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. - value: contact - validations: - required: true + 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. - type: markdown attributes: 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" \ No newline at end of file