Explorar o código

Merge pull request #613 from unihorn/29

docs(CONTRIBUTING): add code style section
Xiang Li %!s(int64=12) %!d(string=hai) anos
pai
achega
12c334a141
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      CONTRIBUTING.md

+ 6 - 0
CONTRIBUTING.md

@@ -28,6 +28,12 @@ This is a rough outline of what a contributor's workflow looks like:
 
 
 Thanks for you contributions!
 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
 ### Format of the commit message
 
 
 etcd follow a rough convention for commit messages borrowed from Angularjs.
 etcd follow a rough convention for commit messages borrowed from Angularjs.