docs: replace the expired Discord invite with a permanent one - #337
Conversation
The Discord invite `W4JDrZfdB` used in the README, CONTRIBUTING and the
issue-template contact links has expired — the Discord API answers
`{"message": "Invite is expired.", "code": 50270}` — so every "join our
Discord" link a reader could click was dead.
Swap all eight occurrences for `GXWFjCe4an`, the permanent invite the
TestSprite website already uses (`expires_at: null`). Doc-only change;
nothing about the CLI's behaviour changed.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UgrEfHjWEvquiBerPXicWh
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. WalkthroughUpdated Discord invite URLs in three issue templates, ChangesDiscord Invite URL Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR updates expired Discord links to a permanent invite without changing product or runtime behavior. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (5 skipped: 5 unsupported.) ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
Test Coverage Report
|
What
The Discord invite
W4JDrZfdBthat the README,CONTRIBUTING.mdand all three.github/ISSUE_TEMPLATE/*contact links point at has expired. Every "join our Discord" link a reader could click — from the npm page, this README, or the "New issue" chooser — was dead.This swaps all 8 occurrences (5 files) for
GXWFjCe4an, the permanent invite the TestSprite website already uses. Thediscord.gg/short form is kept so the diff is the invite code alone.Verification
Checked both codes against
GET https://discord.com/api/v10/invites/<code>on 2026-09-02:W4JDrZfdB(old){"message": "Invite is expired.", "code": 50270}GXWFjCe4an(new)expires_at: nullgit grep W4JDrZfdBon this branch → 0 hits;git grep -c GXWFjCe4an→ 8 across the 5 files.prettier --checkon the touched files passes.Doc-only change: no CHANGELOG entry, since the changelog records CLI behaviour.
🤖 Generated with Claude Code
https://claude.ai/code/session_01UgrEfHjWEvquiBerPXicWh
Summary by CodeRabbit