Update README.md

This commit is contained in:
kilavvy 2025-07-27 15:17:59 +02:00 committed by GitHub
parent b369a855fb
commit 4602704433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,9 +226,9 @@ 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 (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)
* Code must adhere to the official Go [formatting](https://go.dev/doc/effective_go.html#formatting)
guidelines (i.e. uses [gofmt](https://go.dev/cmd/gofmt/)).
* Code must be documented adhering to the official Go [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.