From efe8e7c8c0eeb59198b304ca203e03f59e1257bb Mon Sep 17 00:00:00 2001 From: MONK Date: Tue, 19 Aug 2025 20:00:26 +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 969b7f8f9..1be3bbf65 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,10 +17,10 @@ well as our review and merge procedures quick and simple. 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"