From 94d9d0774e25b5e16abcbfa7e6c024a1c020bfed Mon Sep 17 00:00:00 2001 From: CoinMaster-007 Date: Sun, 5 Apr 2026 15:38:19 +0300 Subject: [PATCH] docs: update community chat link to Discord Update CONTRIBUTING.md to reference Discord server instead of deprecated Gitter channel, aligning with README.md and issue templates which already use Discord. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 969b7f8f9f..3aa0254ca9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,7 +7,7 @@ smallest of fixes! If you'd like to contribute to go-ethereum, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core -devs first on [our gitter channel](https://gitter.im/ethereum/go-ethereum) to +devs first on [our Discord server](https://discord.gg/nthXNEv) to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.