Skip to content

fix: remove closed Discord community links#2446

Open
IsmaelMartinez wants to merge 1 commit into
The-PR-Agent:mainfrom
IsmaelMartinez:fix/remove-closed-discord-links
Open

fix: remove closed Discord community links#2446
IsmaelMartinez wants to merge 1 commit into
The-PR-Agent:mainfrom
IsmaelMartinez:fix/remove-closed-discord-links

Conversation

@IsmaelMartinez

Copy link
Copy Markdown

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.md with the existing GitHub Discussions link.

The codium.ai links 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.

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>
@qodo-free-for-open-source-projects

qodo-free-for-open-source-projects Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@github-actions github-actions Bot added the bug label Jun 13, 2026
@qodo-free-for-open-source-projects

Copy link
Copy Markdown
Contributor

PR Summary by Qodo

Remove closed Discord links and point contributors to GitHub Discussions
🐞 Bug fix 📝 Documentation ⚙️ Configuration changes 🕐 Less than 5 minutes

Grey Divider

Walkthroughs

Description
• Remove the non-working Discord contact link from GitHub issue template configuration
• Update contributing guidance to route questions to GitHub Discussions instead of Discord
Diagram
graph TD
  A(["Contributor"]) --> B["Issue template config"] --> C(["GitHub Discussions"])
  A --> D["CONTRIBUTING.md"] --> C
Loading
High-Level Assessment

Removing 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.

Grey Divider

File Changes

Documentation (1)
CONTRIBUTING.md Replace Discord help guidance with GitHub Discussions +1/-1

Replace Discord help guidance with GitHub Discussions

• Updates the "Questions or Need Help?" section to direct users to GitHub Discussions instead of the closed Discord channel link.

CONTRIBUTING.md


Other (1)
config.yml Remove Discord from issue template contact links +0/-4

Remove Discord from issue template contact links

• Deletes the Discord community contact link that pointed to a private channel deep-link. Keeps GitHub Discussions as the supported community channel for questions.

.github/ISSUE_TEMPLATE/config.yml


Grey Divider

Qodo Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant