From f464653246919e879d4765708a2cc2a5b35995b9 Mon Sep 17 00:00:00 2001 From: Robin Olsen <129996395+Telikz@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:27:37 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- cmd/pm/tasks/base.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/pm/tasks/base.go b/cmd/pm/tasks/base.go index 782f881..f0be177 100644 --- a/cmd/pm/tasks/base.go +++ b/cmd/pm/tasks/base.go @@ -99,8 +99,7 @@ func BaseQuestions(interfaceType InterfaceType) Questions { return Questions{ huh.NewGroup( huh.NewConfirm().Key("task_completed"). - Title("Where you able to complete the task?"). - Description("")), + Title("Were you able to complete the task?")), huh.NewGroup( huh.NewSelect[int]().Key("interface_difficulty"). Title("How difficult was it to use the interface?").