-
Notifications
You must be signed in to change notification settings - Fork 304
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
VSCode: Update Cody feedback URL to Sourcegraph Community forum #5936
base: main
Are you sure you want to change the base?
Conversation
Change the CODY_FEEDBACK_URL from GitHub issues to the Sourcegraph Community forum. This redirects user feedback to a more collaborative platform, potentially improving user engagement and streamlining the feedback process. - Old URL: https://github.com/sourcegraph/cody/issues/new/choose - New URL: https://community.sourcegraph.com/new-topic?title=&body=&category=cody&tags=feedback,vs-code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@kalanchan can you give this a stamp and merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gogogo!
@kalanchan @PriNova I'm not sure how to make this pass. |
@jdorfman Have you write permissions to press the merge button with a force-merge? I don't know, how it is internally handled, but I guess a squash will do it. |
I don't (by design). I'll work with Kalan on getting it merged tomorrow. |
can be merged now @kalanchan |
This PR updates the
CODY_FEEDBACK_URL
in the VSCode extension to redirect users to the Sourcegraph Community forum instead of GitHub issues. This change aims to improve user engagement and streamline the feedback process by leveraging a more collaborative platform.Changes
vscode/src/chat/protocol.ts
to update theCODY_FEEDBACK_URL
constanthttps://github.com/sourcegraph/cody/issues/new/choose
https://community.sourcegraph.com/new-topic?title=&body=&category=cody&tags=feedback,vs-code
Benefits
Test plan
Changelog