From 6ec9095c81b1a10c3e06e06a88e43d3a2684ed13 Mon Sep 17 00:00:00 2001 From: Zeshi Du Date: Wed, 2 Sep 2026 00:48:18 -0700 Subject: [PATCH] docs: replace the expired Discord invite with a permanent one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Claude-Session: https://claude.ai/code/session_01UgrEfHjWEvquiBerPXicWh --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/hackathon_improvement.yml | 2 +- CONTRIBUTING.md | 4 ++-- README.md | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 286c7be8..5b73f403 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: For **questions or usage help**, please use [GitHub Discussions](https://github.com/TestSprite/testsprite-cli/discussions) - or [Discord](https://discord.gg/W4JDrZfdB) instead — issues are for bugs + or [Discord](https://discord.gg/GXWFjCe4an) instead — issues are for bugs and feature requests. - type: textarea id: what-happened diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d3242db9..7a4ad809 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://github.com/TestSprite/testsprite-cli/discussions about: Ask questions, share ideas, and get help. Issues are for bugs and feature requests only. - name: 🗨️ Discord - url: https://discord.gg/W4JDrZfdB + url: https://discord.gg/GXWFjCe4an about: Chat with the community and the team — the fastest way to reach us. - name: 🔒 Report a security vulnerability url: https://github.com/TestSprite/testsprite-cli/security/advisories/new diff --git a/.github/ISSUE_TEMPLATE/hackathon_improvement.yml b/.github/ISSUE_TEMPLATE/hackathon_improvement.yml index 95364a63..6f9c9511 100644 --- a/.github/ISSUE_TEMPLATE/hackathon_improvement.yml +++ b/.github/ISSUE_TEMPLATE/hackathon_improvement.yml @@ -11,7 +11,7 @@ body: Please search [existing issues](https://github.com/TestSprite/testsprite-cli/issues) first to avoid duplicates. Questions? Join us on - [Discord](https://discord.gg/W4JDrZfdB). + [Discord](https://discord.gg/GXWFjCe4an). **What happens after you submit:** a maintainer triages this like any other issue — first response is best-effort within 5 business days diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2255cded..76b9b0ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ approach before you invest time. This project is young — if anything is confusing or broken, please tell us: - 💬 [GitHub Discussions](https://github.com/TestSprite/testsprite-cli/discussions) — questions, ideas, and usage help -- 🗨️ [Discord](https://discord.gg/W4JDrZfdB) — fastest way to reach the team +- 🗨️ [Discord](https://discord.gg/GXWFjCe4an) — fastest way to reach the team - 🐛 [GitHub Issues](https://github.com/TestSprite/testsprite-cli/issues) — bug reports and feature requests only - 🔒 Security reports — **do not** open a public issue; see [SECURITY.md](./SECURITY.md) - 📧 [contact@testsprite.com](mailto:contact@testsprite.com) — email works too @@ -167,7 +167,7 @@ someone to click "Approve and run workflows," not that anything broke. We don't get an automated signal when a run is stuck in that state, so if it's been a while (see the response-time note above), ping us on -[Discord](https://discord.gg/W4JDrZfdB) or leave a comment on the PR and +[Discord](https://discord.gg/GXWFjCe4an) or leave a comment on the PR and we'll approve the run. ## How we review diff --git a/README.md b/README.md index db1c8e58..2f1069bb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ AI ships code in minutes — verifying it hasn't. `testsprite` opens your live a Docs Follow on X LinkedIn - Join our Discord + Join our Discord

⭐ _Help us reach more developers and grow the TestSprite community. Star this repo!_ @@ -224,7 +224,7 @@ That's the point of all of this: you no longer need the biggest, most expensive - 📚 **CLI reference** — [DOCUMENTATION.md](./DOCUMENTATION.md) - 🌐 **Platform docs** — [testsprite.com/docs](https://www.testsprite.com/docs) - 🐛 **Issues & feature requests** — [GitHub issues](https://github.com/TestSprite/testsprite-cli/issues) -- 💬 **Quick questions** — [Discord](https://discord.gg/W4JDrZfdB), or `testsprite --help` / `testsprite test run --help` right in your terminal +- 💬 **Quick questions** — [Discord](https://discord.gg/GXWFjCe4an), or `testsprite --help` / `testsprite test run --help` right in your terminal - 📝 **Changelog** — [CHANGELOG.md](./CHANGELOG.md) ## Contributing @@ -242,7 +242,7 @@ npm run typecheck # tsc --noEmit Pull requests target the `main` branch. The full guide — build from source, test tiers, CI checks, branches, project layout — is in [CONTRIBUTING.md](./CONTRIBUTING.md). -**Support** — if you need any help, we're responsive on [Discord](https://discord.gg/W4JDrZfdB), and feel free to email us at [contact@testsprite.com](mailto:contact@testsprite.com) too. +**Support** — if you need any help, we're responsive on [Discord](https://discord.gg/GXWFjCe4an), and feel free to email us at [contact@testsprite.com](mailto:contact@testsprite.com) too. ## License