From 2d20b19b3d65499c02555ef953d752296bace4ec Mon Sep 17 00:00:00 2001 From: Shreya Batra Date: Wed, 22 Nov 2023 10:54:18 -0600 Subject: [PATCH 1/2] Revert "syntax changes (#1368)" This reverts commit c5b6ef035e22df81654151df5f85951e1957ebbb. --- .github/DISCUSSION_TEMPLATE/survey.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/survey.yml b/.github/DISCUSSION_TEMPLATE/survey.yml index 635ee4e75..5307086d1 100644 --- a/.github/DISCUSSION_TEMPLATE/survey.yml +++ b/.github/DISCUSSION_TEMPLATE/survey.yml @@ -29,11 +29,11 @@ body: 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 + 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: 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. From 7f1dfe9da1935f3173225e1bcffc7486366da2be Mon Sep 17 00:00:00 2001 From: Shreya Batra Date: Wed, 22 Nov 2023 11:06:16 -0600 Subject: [PATCH 2/2] added description --- .github/DISCUSSION_TEMPLATE/survey.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/survey.yml b/.github/DISCUSSION_TEMPLATE/survey.yml index 5307086d1..583459750 100644 --- a/.github/DISCUSSION_TEMPLATE/survey.yml +++ b/.github/DISCUSSION_TEMPLATE/survey.yml @@ -15,9 +15,11 @@ body: - type: textarea attributes: label: What is your current role in which you use Azure Functions? + description: Software Developer, Machine Learning Engineer, Full Stack Engineer, etc. - type: textarea attributes: label: What are the use cases and scenarios in which you use Azure Functions today? + description: Describe how you are using Azure Functions, and expected end goals. - type: textarea attributes: label: What are the pain points you have experienced using Azure Functions? @@ -29,11 +31,12 @@ body: 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 + attributes: + label: Would you be interested in meeting with the Azure Functions team to provide additional feedback? + description: If you select "Yes", the team may reach out with follow up questions on your responses. + options: + - label: Yes + - label: No - type: textarea attributes: 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.