From c19aa7b45edfa33109a092bbbcd3010ab762f8ec Mon Sep 17 00:00:00 2001 From: marstrx Date: Sun, 14 Dec 2025 17:46:43 +0100 Subject: [PATCH] fix(survey): add missing required fields and fix typo in tech questions --- survey/4-ai.yml | 3 +++ survey/5-tech.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/survey/4-ai.yml b/survey/4-ai.yml index 8c5af1c..d1cf702 100644 --- a/survey/4-ai.yml +++ b/survey/4-ai.yml @@ -11,6 +11,7 @@ questions: - Never - label: "If you are using AI based coding assistants for Dev, How much improvement do you see in your productivity?" + required: false choices: - Did not improve my productivity - Somewhat improved my productivity (5% to 10%) @@ -47,6 +48,7 @@ questions: - We have several use cases in production - label: Which AI tools and apps do you use? + required: false multiple: true choices: # Web/Desktop AI Assistants @@ -82,6 +84,7 @@ questions: - Other - label: Which AI frameworks and models do you use? + required: false multiple: true choices: # LLM APIs & Cloud Providers diff --git a/survey/5-tech.yml b/survey/5-tech.yml index f17dd20..b042433 100644 --- a/survey/5-tech.yml +++ b/survey/5-tech.yml @@ -347,7 +347,7 @@ questions: - Linux-based - Windows + WSL2 - - label: What is you current IDE or code editor for daily work? + - label: What is your current IDE or code editor for daily work? required: true multiple: true choices: @@ -386,6 +386,7 @@ questions: - Create minimal reproduction - label: "The production environment you or your team are using is:" + required: false multiple: true choices: - Public cloud (AWS/Azure/GCP/Oracle/IBM/etc.)