From a5fcee357e20908be4ea5ca2831e8622e4b2ef99 Mon Sep 17 00:00:00 2001 From: MONK Date: Sat, 16 Aug 2025 00:05:00 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b66b68f4a6..f51c257ea6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,10 +14,10 @@ are ignored. Please make sure your contributions adhere to our coding guidelines: * Code must adhere to the official Go -[formatting](https://golang.org/doc/effective_go.html#formatting) guidelines +[formatting](https://go.dev/doc/effective_go.html#formatting) guidelines (i.e. uses [gofmt](https://golang.org/cmd/gofmt/)). * Code must be documented adhering to the official Go -[commentary](https://golang.org/doc/effective_go.html#commentary) guidelines. +[commentary](https://go.dev/doc/effective_go.html#commentary) guidelines. * Pull requests need to be based on and opened against the `master` branch. * Commit messages should be prefixed with the package(s) they modify. * E.g. "eth, rpc: make trace configs optional"