aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/README.md
diff options
context:
space:
mode:
authorAnton Evangelatov <anton.evangelatov@gmail.com>2018-07-19 19:27:31 +0800
committerAnton Evangelatov <anton.evangelatov@gmail.com>2018-07-19 19:27:31 +0800
commitee8877509a0a6770688f87c58f42bfdc92dab507 (patch)
treec5fa5169c78c8bbf5f32dcb4c53214f73bc8db67 /swarm/README.md
parent763e64cad8e2d6468daaee8ee57f156c500fab80 (diff)
downloadgo-tangerine-ee8877509a0a6770688f87c58f42bfdc92dab507.tar
go-tangerine-ee8877509a0a6770688f87c58f42bfdc92dab507.tar.gz
go-tangerine-ee8877509a0a6770688f87c58f42bfdc92dab507.tar.bz2
go-tangerine-ee8877509a0a6770688f87c58f42bfdc92dab507.tar.lz
go-tangerine-ee8877509a0a6770688f87c58f42bfdc92dab507.tar.xz
go-tangerine-ee8877509a0a6770688f87c58f42bfdc92dab507.tar.zst
go-tangerine-ee8877509a0a6770688f87c58f42bfdc92dab507.zip
swarm/readme: add link to code review guidelines
Diffstat (limited to 'swarm/README.md')
-rw-r--r--swarm/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/swarm/README.md b/swarm/README.md
index ac5cffd54..164d4ba30 100644
--- a/swarm/README.md
+++ b/swarm/README.md
@@ -39,6 +39,7 @@ 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) guidelines.
* Pull requests need to be based on and opened against the `master` branch.
+ * [Code review guidelines](https://github.com/ethereum/go-ethereum/wiki/Code-Review-Guidelines).
* Commit messages should be prefixed with the package(s) they modify.
* E.g. "swarm/fuse: ignore default manifest entry"