From e80a35edbe1fb5dc0d4f22886a456a6935dedade Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Thu, 6 Mar 2014 13:38:20 -0800 Subject: [PATCH] docs(CONTRIBUTING): add code style section --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e96351393..5c71089bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,12 @@ This is a rough outline of what a contributor's workflow looks like: Thanks for you contributions! +### Code style + +Code style suggested by Golang community is adopted in etcd. See [style doc](https://code.google.com/p/go-wiki/wiki/Style) for details. + +Follow on good code style makes etcd easy to review, maintain and develop. + ### Format of the commit message etcd follow a rough convention for commit messages borrowed from Angularjs.