-
Notifications
You must be signed in to change notification settings - Fork 61.4k
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
fix: correct product name variable for Copilot Chat window in JetBrai… #37297
base: main
Are you sure you want to change the base?
fix: correct product name variable for Copilot Chat window in JetBrai… #37297
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksThis pull request contains code changes, so we will not generate a table of review links. 🤖 This comment is automatically generated. |
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.
please review again
Thanks for the additional information! I'll get this triaged for review. |
…ndow Fixes github#37297 – the product name variable was incorrect in the Copilot Chat window for JetBrains IDEs. Updated the reference to display the correct name across all relevant views. Merge branch 'main' into fix/copilot-chat-variable
c8a7402
to
df98ab8
Compare
why it's not merging ? please can you check it |
@brambhattabhishek You can't merge commits in this repository, because it's a GitHub-owned repository. First the change has to be reviewed by someone on the Docs writing team, then by a subject matter expert if necessary. This often takes some time, as the Docs team is small and has a lot of documentation to keep up with, and we can't offer timelines. Then, if your PR is cleared, one of the members of the team will merge it (often me, sometimes someone else). If it's not cleared, we'll try to give you a reason why when we close the PR and any associated issues. I hope that helps explain our process! |
This pull request fixes the incorrect usage of the product variable in the JetBrains IDE documentation.
It replaces
{% data variables.product.prodname_copilot_chat_short %}
with{% data variables.product.prodname_copilot_chat %}
to accurately display the Copilot Chat product name.Originally reported in commit acdc94d by @69814059