fix: remove closed Discord community links#2446
Open
IsmaelMartinez wants to merge 1 commit into
Open
Conversation
The Discord community is closed, and the links were channel deep-links rather than public invites, so they did not work for non-members. GitHub Discussions remains the place for questions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Contributor
PR Summary by QodoRemove closed Discord links and point contributors to GitHub Discussions WalkthroughsDescription• Remove the non-working Discord contact link from GitHub issue template configuration • Update contributing guidance to route questions to GitHub Discussions instead of Discord Diagramgraph TD
A(["Contributor"]) --> B["Issue template config"] --> C(["GitHub Discussions"])
A --> D["CONTRIBUTING.md"] --> C
High-Level AssessmentRemoving the Discord deep-link is the right fix because it is both closed and inaccessible to non-members; consolidating on GitHub Discussions avoids future link rot and keeps support in a public, searchable channel. Alternatives like swapping to a Discord invite link are not applicable while the community is closed. File ChangesDocumentation (1)
Other (1)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Discord community is closed, and these links point to a channel deep-link (
discord.com/channels/...) rather than a public invite, so they do not work for anyone outside the server in any case.This removes the Discord contact link from the issue-template config (GitHub Discussions, already listed there, stays as the community channel) and replaces the Discord pointer in
CONTRIBUTING.mdwith the existing GitHub Discussions link.The
codium.ailinks elsewhere in the docs are intentionally left untouched: they still redirect to qodo.ai and work, so updating them would be a separate cosmetic change rather than a dead-link fix.