From 6765bbc179afe4b9f48ae224f9fd9837bd895848 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Tue, 3 Mar 2015 14:29:39 -0800 Subject: [PATCH] Added a doc with coding advice. --- docs/devel/coding-conventions.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/devel/coding-conventions.md diff --git a/docs/devel/coding-conventions.md b/docs/devel/coding-conventions.md new file mode 100644 index 00000000000..3d49380323e --- /dev/null +++ b/docs/devel/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 +