Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix: point discussions contact link to GitHub - #1334

#1334
Merged
tonychang04 merged 2 commits into
InsForge:mainInsForge/InsForge:mainfrom
pragnyanramtha:codex/fix-discussions-contact-linkpragnyanramtha/InsForge:codex/fix-discussions-contact-linkCopy head branch name to clipboard
May 22, 2026
Merged

fix: point discussions contact link to GitHub#1334
tonychang04 merged 2 commits into
InsForge:mainInsForge/InsForge:mainfrom
pragnyanramtha:codex/fix-discussions-contact-linkpragnyanramtha/InsForge:codex/fix-discussions-contact-linkCopy head branch name to clipboard

Conversation

@pragnyanramtha

@pragnyanramtha pragnyanramtha commented May 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes #1328 by sending the issue chooser Discussions contact link to the repository Discussions page instead of the Discord invite.

How did you test this change?

  • npx prettier --check --ignore-unknown .github/ISSUE_TEMPLATE/config.yml
  • git diff --check

Reviewed by five independent review agents before opening.


Summary by cubic

Update the Discussions contact link in .github/ISSUE_TEMPLATE/config.yml to point to GitHub Discussions instead of Discord so the issue chooser routes to the right forum. Also rename the support link to Discord Support to clearly indicate the Discord help option.

Written for commit 67eb67c. Summary will update on new commits. Review in cubic

Note

Fix Discussions contact link to point to GitHub Discussions instead of Discord

Updates config.yml to correct the Discussions contact link URL from a Discord invite to the GitHub Discussions page. Also renames the Support contact link label to '🆘 Discord Support' to clarify its destination.

Macroscope summarized 67eb67c.

Summary by CodeRabbit

  • Chores
    • Updated issue template configuration to direct community discussions to GitHub Discussions.
    • Clarified support entry label to explicitly reference Discord Support.

Review Change Stack

Copilot AI review requested due to automatic review settings May 22, 2026 08:48
@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Updated the issue template configuration to point the "Discussions" contact link from a Discord invite to the repository's GitHub Discussions page at https://github.com/InsForge/InsForge/discussions, eliminating duplicate Discord routing across template options.

Changes

Issue Template Configuration

Layer / File(s) Summary
Discussions contact link update
.github/ISSUE_TEMPLATE/config.yml
The "💬 Discussions" entry now routes to GitHub Discussions instead of Discord, and the subsequent support entry label was changed to "🆘 Discord Support".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop and a click, the link now leads true,
From Discord's old home to Discussions anew,
The chooser is tidy, the routes are not crossed,
One hop for the issue, no more links lost,
A tiny change, but the path's now uncrossed.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating the discussions contact link in the issue template to point to GitHub Discussions.
Linked Issues check ✅ Passed The pull request fully addresses issue #1328 by changing the discussions contact link to point to GitHub Discussions instead of Discord.
Out of Scope Changes check ✅ Passed All changes are directly related to fixing the discussions contact link as specified in issue #1328; no out-of-scope modifications detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps

greptile-apps Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR fixes a misrouted link in the issue chooser configuration: the "💬 Discussions" contact link previously pointed to a Discord invite; it now correctly points to the repository's GitHub Discussions page. The Discord invite is retained under a renamed "🆘 Discord Support" entry.

  • Corrects the Discussions URL from discord.com/invite/... to github.com/InsForge/InsForge/discussions.
  • Renames the Discord-specific entry from "Support" to "Discord Support" to distinguish it from GitHub Discussions.

Confidence Score: 5/5

Safe to merge — the only change is a single URL correction in a static YAML config file with no runtime impact.

The change swaps one hardcoded URL for another in a GitHub issue template config. There is no logic, no code execution path, and no data handling involved. The new URL points to the correct GitHub Discussions page and the Discord link is preserved under a clearer name.

No files require special attention.

Important Files Changed

Filename Overview
.github/ISSUE_TEMPLATE/config.yml Redirects the Discussions contact link from a Discord invite to the GitHub Discussions page, and renames the Discord entry to "Discord Support" for clarity.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User opens New Issue] --> B{Issue Chooser}
    B --> C[📚 Documentation\nhttps://docs.insforge.dev]
    B --> D[💬 Discussions\nhttps://github.com/InsForge/InsForge/discussions]
    B --> E[🆘 Discord Support\nhttps://discord.com/invite/MPxwj5xVvW]

    style D fill:#2da44e,color:#fff
    style E fill:#5865F2,color:#fff
Loading

Reviews (2): Last reviewed commit: "fix: clarify Discord support contact lin..." | Re-trigger Greptile

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub issue template chooser configuration so the “Discussions” contact link directs users to the repository’s GitHub Discussions page (aligning with the intended support flow described in issue #1328).

Changes:

  • Changed the “💬 Discussions” contact link URL from the Discord invite to https://github.com/InsForge/InsForge/discussions.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@Fermionic-Lyu
Fermionic-Lyu requested a review from tonychang04 May 22, 2026 18:05
@Fermionic-Lyu

Copy link
Copy Markdown
Member

@tonychang04 quick confirm is this what we wanted?

about: Check our documentation for common questions and setup guides
- name: 💬 Discussions
url: https://discord.com/invite/MPxwj5xVvW
url: https://github.com/InsForge/InsForge/discussions

@tonychang04 tonychang04 May 22, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

i think this is good now we have githuh discussion

Can you also uin the suppport mention below

nit: SOS Discord Support for it to be more clear?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done: 67eb67c

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM now, gonna merge if no further comments from Tony

@tonychang04
tonychang04 merged commit b21fbf2 into InsForge:main May 22, 2026
12 checks passed
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.

[Bug]: Issue chooser "Discussions" link routes to Discord instead of GitHub Discussions

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.