Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added survey template for discussions #1034

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions .github/DISCUSSION_TEMPLATE/survey.yml
Original file line number Diff line number Diff line change
@@ -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-powershell-worker/issues)."
Loading