Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(amazonq): Add description and github issue link to feedback form #6475

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dogusata
Copy link
Contributor

Problem

Users are not able to track their feedback/request through the feedback form. There should be a description for it and a link for Github issue links.

Solution

  • Added description field to the feedback form which accepts markdown strings (through MynahUI v4.22.0)
image

Notes: Feel free to change the link, or update the text. Also, if you want to add telemetry records for these link clicks, feel free to add that.


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dogusata dogusata requested review from a team as code owners January 31, 2025 15:04
Copy link

  • This pull request modifies code in src/* but no tests were added/updated.
    • Confirm whether tests should be added or ensure the PR description explains why tests are not required.

@@ -53,6 +53,11 @@ export function dispatchWebViewMessagesToApps(
void openUrl(Uri.parse(userGuideLink))
return
}
case 'open-form-link': {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than introducing another one, does it make sense to really quickly refactor open-user-guide and this one into a general open-link ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants