fix: correct product name variable for Copilot Chat window in JetBrai…#37297
fix: correct product name variable for Copilot Chat window in JetBrai…#37297brambhattabhishek wants to merge 5 commits intogithub:mainfrom
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. |
brambhattabhishek
left a comment
There was a problem hiding this comment.
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! |
|
@brambhattabhishek I'm sorry, but I've checked with the team and the variable is correct as it is. It should be "Copilot Chat" and not "GitHub Chat." I'm going to close this PR now, as well as the issue you opened. Thank you for taking the time to contribute. If you want to find a known issue that needs to be fixed, the "help wanted" label in the issues is a useful place to start! |
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