Add user survey section to README (#8766)

* Add user survey section to README

Added a section for new and returning users to take a survey.

* docs: add user survey link to WhatsNew

* Fix formatting issues in WhatsNew.tsx

---------

Co-authored-by: Alexander Eichhorn <alex@eichhorn.dev>
This commit is contained in:
Lincoln Stein 2026-01-15 21:32:16 -05:00 committed by GitHub
parent b2b8820519
commit 82819cdadc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 1 deletions

View File

@ -16,6 +16,12 @@ Invoke is a leading creative engine built to empower professionals and enthusias
![Highlighted Features - Canvas and Workflows](https://github.com/invoke-ai/InvokeAI/assets/31807370/708f7a82-084f-4860-bfbe-e2588c53548d)
---
> ## 📣 Are you a new or returning InvokeAI user?
> Take our first annual [User's Survey](https://forms.gle/rCE5KuQ7Wfrd1UnS7)
---
# Documentation
| **Quick Links** |

View File

@ -2859,10 +2859,10 @@
"whatsNewInInvoke": "What's New in Invoke",
"items": [
"Support for Z-Image-Turbo: InvokeAI now supports the fast and accurate Z-Image-Turbo model. See 'Starter Models' to get started.",
"Workflow Editor: You can now organize your custom workflows with tags to facilitate search and retrieval.",
"Hotkeys: Add and edit keyboard shortcuts for any of Invoke's major functions.",
"Model Manager: The Model Manager user interface now supports bulk tagging and deletion."
],
"takeUserSurvey": "📣 Let us know how you like InvokeAI. Take our User Experience Survey!",
"readReleaseNotes": "Read Release Notes",
"watchRecentReleaseVideos": "Watch Recent Release Videos",
"watchUiUpdatesOverview": "Watch UI Updates Overview"

View File

@ -28,6 +28,12 @@ export const WhatsNew = () => {
<Flex gap={4} flexDir="column">
<UnorderedList fontSize="sm">{items}</UnorderedList>
<Flex flexDir="column" gap={1}>
<ExternalLink
fontSize="sm"
fontWeight="semibold"
label={t('whatsNew.takeUserSurvey')}
href="https://forms.gle/rCE5KuQ7Wfrd1UnS7"
/>
<ExternalLink
fontSize="sm"
fontWeight="semibold"