summaryrefslogtreecommitdiff
path: root/coding-conventions.md
diff options
context:
space:
mode:
authorEric Tune <etune@google.com>2015-03-03 14:29:39 -0800
committerEric Tune <etune@google.com>2015-03-03 14:29:39 -0800
commit021e5a3ec46c27cde7bba6fbae539cb4ba048a21 (patch)
tree9cfd6ca47c7f75762ed05671a6f672c0f4e1f52c /coding-conventions.md
parent404a276a80f0e49c9dec5fb9c83d3d1cc0e782a1 (diff)
Added a doc with coding advice.
Diffstat (limited to 'coding-conventions.md')
-rw-r--r--coding-conventions.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/coding-conventions.md b/coding-conventions.md
new file mode 100644
index 00000000..3d493803
--- /dev/null
+++ b/coding-conventions.md
@@ -0,0 +1,7 @@
+Coding style advice for contributors
+ - Bash
+ - https://google-styleguide.googlecode.com/svn/trunk/shell.xml
+ - Go
+ - https://github.com/golang/go/wiki/CodeReviewComments
+ - https://gist.github.com/lavalamp/4bd23295a9f32706a48f
+