Skip to content

Comments

Fix inconsistent sidebar labels in Frameworks & runtimes#460

Open
Copilot wants to merge 2 commits intomainfrom
copilot/fix-inconsistent-integration-titles
Open

Fix inconsistent sidebar labels in Frameworks & runtimes#460
Copilot wants to merge 2 commits intomainfrom
copilot/fix-inconsistent-integration-titles

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

"Bun apps", "Deno apps", and "Go apps" used an apps suffix while every other language entry (Java, JavaScript, Python, Rust, PowerShell, etc.) did not.

Changes

  • integrations.topics.ts — Drop the apps suffix from three sidebar labels:
    • Bun appsBun
    • Deno appsDeno
    • Go appsGo

C# file-based apps and Node.js extensions are left as-is — their suffixes are semantically meaningful, not just filler.

Original prompt

This section details on the original issue you should resolve

<issue_title>Inconsistencies in framework/languages integration titles</issue_title>
<issue_description>Image

Why is it "Bun apps" and "Go apps" vs JavaScript and Java</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix inconsistencies in framework and languages integration titles Fix inconsistent sidebar labels in Frameworks & runtimes Feb 20, 2026
Copilot AI requested a review from IEvangelist February 20, 2026 20:57
@IEvangelist IEvangelist marked this pull request as ready for review February 21, 2026 02:36
Copilot AI review requested due to automatic review settings February 21, 2026 02:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR resolves inconsistent labeling in the “Frameworks & runtimes” integrations sidebar by removing the redundant “apps” suffix from Bun, Deno, and Go entries to match the naming used for other languages/frameworks.

Changes:

  • Renamed sidebar labels: Bun appsBun, Deno appsDeno, Go appsGo
  • Kept existing semantically meaningful suffixes (e.g., C# file-based apps, Node.js extensions) unchanged

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

Inconsistencies in framework/languages integration titles

2 participants