From f1dd30f4ac024cda750722d56b964bc89eef6307 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Tue, 13 Oct 2015 18:27:11 -0700 Subject: [PATCH] CONTRIBUTING: add reference to golang style guide --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6662073..c3d3db7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,6 +40,11 @@ This is a rough outline of what a contributor's workflow looks like: Thanks for your contributions! +### Coding Style + +CoreOS projects written in Go follow a set of style guidelines that we've documented [here](https://github.com/coreos/docs/tree/master/golang). Please follow them when +working on your contributions. + ### Format of the Commit Message We follow a rough convention for commit messages that is designed to answer two