From 0509ade8d3ac2608f12305e59cf3412126ce5d72 Mon Sep 17 00:00:00 2001 From: Aaron Goldsmith Date: Sun, 15 Jun 2025 18:34:36 -0700 Subject: [PATCH] feat: add Help & Feedback section in App Settings (#2935) --- .../settings/app/AppSettingsSection.tsx | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ui/desktop/src/components/settings/app/AppSettingsSection.tsx b/ui/desktop/src/components/settings/app/AppSettingsSection.tsx index a586fd71..8f81fac7 100644 --- a/ui/desktop/src/components/settings/app/AppSettingsSection.tsx +++ b/ui/desktop/src/components/settings/app/AppSettingsSection.tsx @@ -124,6 +124,32 @@ export default function AppSettingsSection({ scrollToSection }: AppSettingsSecti )} + {/* Help & Feedback Section */} +
+

Help & Feedback

+

+ Help us improve Goose by reporting issues or requesting new features. +

+
+ + Report a Bug + + + Request a Feature + +
+
+ {/* Update Section */} {UPDATES_ENABLED && (