Skip to content

Replace unused Bundler Slack links with RubyGems Discussions link#1635

Merged
hsbt merged 1 commit intomainfrom
use-discussions
Feb 18, 2026
Merged

Replace unused Bundler Slack links with RubyGems Discussions link#1635
hsbt merged 1 commit intomainfrom
use-discussions

Conversation

@hsbt
Copy link
Member

@hsbt hsbt commented Feb 18, 2026

Fixed #888

Copilot AI review requested due to automatic review settings February 18, 2026 00:58
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

Updates Bundler’s homepage communication links to direct users to GitHub Discussions instead of the previously used (now unused) Bundler Slack invite link, addressing bundler-site issue #888.

Changes:

  • Replaces the join_slack_link variable with a discussions_link variable.
  • Updates homepage CTAs and “Get involved” text/buttons to point to GitHub Discussions instead of Slack.

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

@@ -1,4 +1,4 @@
- join_slack_link = 'https://join.slack.com/t/bundler/shared_invite/zt-3kza12u0j-Fw3rwvPi6zqe6EC3RCDGMA'
- discussions_link = 'https://github.com/ruby/rubygems/discussions'
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

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

The new Discussions URL points to github.com/ruby/rubygems, which doesn’t match the rest of the site’s GitHub links (they consistently use github.com/rubygems/rubygems) and is likely a broken/incorrect target. Consider updating this to the rubygems/rubygems Discussions URL, and (per issue #888) linking directly to the Bundler-labeled discussions query so users land in the right place.

Suggested change
- discussions_link = 'https://github.com/ruby/rubygems/discussions'
- discussions_link = 'https://github.com/rubygems/rubygems/discussions?discussions_q=label%3ABundler'

Copilot uses AI. Check for mistakes.
.my-4.large-font
Bundler has a lot of contributors and users, and we would love to have your help!
If you have questions, join #{link_to 'the Bundler Slack', join_slack_link}
If you have questions, join #{link_to 'the RubyGems Discussions', discussions_link}
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

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

Copy says “join” RubyGems Discussions, but GitHub Discussions isn’t something users typically “join” (unlike Slack). Consider changing the CTA text to something like “visit”, “ask on”, or “start a discussion” to avoid misleading guidance.

Copilot uses AI. Check for mistakes.
@hsbt hsbt merged commit cb2e247 into main Feb 18, 2026
9 checks passed
@hsbt hsbt deleted the use-discussions branch February 18, 2026 01:14
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.

Add GitHub Discussion at rubygems/rubygems to methods of communication

2 participants