From 92d8149a9ef4dc2ed87871b1f4f26a7c78a1466e Mon Sep 17 00:00:00 2001 From: Sarthak Aggarwal Date: Thu, 14 May 2026 23:53:40 +0000 Subject: [PATCH] Remove references to closed Discord channel The Valkey Discord server (https://discord.gg/zbcPa5umUB) has been closed. Remove the entry from the GitHub issue template chooser and the contributing guide. Matrix and Slack remain as community chat options. Signed-off-by: Sarthak Aggarwal --- .github/ISSUE_TEMPLATE/config.yml | 3 --- CONTRIBUTING.md | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8c4a0a8db51..b762d03d9d0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,9 +3,6 @@ contact_links: - name: Questions? url: https://github.com/valkey-io/valkey/discussions about: Ask and answer questions on GitHub Discussions. - - name: Chat with us on Discord? - url: https://discord.gg/zbcPa5umUB - about: We are on Discord! - name: Chat with us on Matrix? url: https://matrix.to/#/#valkey:matrix.org about: We are on Matrix too! diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cb2d7a3bf2..4efdba03e1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,6 @@ The Valkey project is led by a Technical Steering Committee, whose responsibilit * Have a question? Ask it on [GitHub Discussions](https://github.com/valkey-io/valkey/discussions) - or [Valkey's Discord](https://discord.gg/zbcPa5umUB) or [Valkey's Matrix](https://matrix.to/#/#valkey:matrix.org) * Found a bug? [Report it here](https://github.com/valkey-io/valkey/issues/new?template=bug_report.md&title=%5BBUG%5D) * Valkey crashed? [Submit a crash report here](https://github.com/valkey-io/valkey/issues/new?template=crash_report.md&title=%5BCRASH%5D+%3Cshort+description%3E)