Add in-product "provide feedback" UX
Open
area-cli
area-dashboard
triage:bot-seen
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
We should add in-product UX to make it easy for users to provide feedback directly from the context of using Aspire.
Example from the GitHub Copilot app:
This posts the feedback directly as a GitHub issue as the user signed in to the app, e.g. https://github.com/github/app/issues/1217
I think this is a good first click-stop to shoot for, posting the feedback to this repo. We could have UX in the dashboard and even a CLI command, e.g. `aspire feedback`. We could either rely on/require the `gh` CLI is present and authenticated, or we could wire-in a GitHub authentication flow to the experience (more work & maintenance but less pre-reqs for the user).
Contributor guide
Assessment
This issue has not been assessed yet.