From 3acfda6c7fca98c07d3736665311d44a84231df6 Mon Sep 17 00:00:00 2001 From: Shreya Date: Tue, 6 Feb 2024 13:15:36 -0600 Subject: [PATCH 1/2] added survey template --- .github/DISCUSSION_TEMPLATE/survey.yml | 69 ++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/survey.yml diff --git a/.github/DISCUSSION_TEMPLATE/survey.yml b/.github/DISCUSSION_TEMPLATE/survey.yml new file mode 100644 index 00000000..83833300 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/survey.yml @@ -0,0 +1,69 @@ +title: "[Survey] " +labels: ["Survey"] +body: + - type: checkboxes + attributes: + label: What stack do you primarily use? + options: + - label: PowerShell + - label: Node + - label: Python + - label: .NET + - label: Java + - label: Go + - label: Other (Please specify below) + - type: textarea + id: role + attributes: + label: What is your current role in which you use Azure Functions? + description: Software Developer, Machine Learning Engineer, Full Stack Engineer, etc. + render: bash + validations: + required: false + - type: textarea + id: scenarios + 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. + render: bash + validations: + required: false + - type: textarea + id: pain-points + attributes: + label: What are the pain points you have experienced using Azure Functions? + render: bash + validations: + required: false + - type: textarea + id: improvements + attributes: + label: Please share any suggestions for product improvements. + render: bash + validations: + required: false + - type: textarea + id: tooling + attributes: + label: What developer tools do you use? + description: Visual Studio Code, Command Line, etc. + render: bash + validations: + required: false + - 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 + id: comments + 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. + render: bash + validations: + required: false + - type: markdown + attributes: + value: | + "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)." From 382979793f7ecb159b7c65c3cef84d3f4683f9a2 Mon Sep 17 00:00:00 2001 From: Shreya Date: Tue, 6 Feb 2024 13:18:14 -0600 Subject: [PATCH 2/2] typo --- .github/DISCUSSION_TEMPLATE/survey.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/survey.yml b/.github/DISCUSSION_TEMPLATE/survey.yml index 83833300..c54d605e 100644 --- a/.github/DISCUSSION_TEMPLATE/survey.yml +++ b/.github/DISCUSSION_TEMPLATE/survey.yml @@ -66,4 +66,4 @@ body: - type: markdown attributes: value: | - "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)." + "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-powershell-worker/issues)."