Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-03-16 13:27:37 +01:00
committed by GitHub
parent ce86e5bec2
commit f464653246

View File

@@ -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?").