fix: point discussions contact link to GitHub - #1334
#1334fix: point discussions contact link to GitHub#1334tonychang04 merged 2 commits intoInsForge:mainInsForge/InsForge:mainfrom pragnyanramtha:codex/fix-discussions-contact-linkpragnyanramtha/InsForge:codex/fix-discussions-contact-linkCopy head branch name to clipboard
Conversation
WalkthroughUpdated the issue template configuration to point the "Discussions" contact link from a Discord invite to the repository's GitHub Discussions page at ChangesIssue Template Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Greptile SummaryThis 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.
Confidence Score: 5/5Safe 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
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
Reviews (2): Last reviewed commit: "fix: clarify Discord support contact lin..." | Re-trigger Greptile |
There was a problem hiding this comment.
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.
|
@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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
LGTM now, gonna merge if no further comments from Tony
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?
Reviewed by five independent review agents before opening.
Summary by cubic
Update the Discussions contact link in
.github/ISSUE_TEMPLATE/config.ymlto 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