CONTRIBUTING: add reference to golang style guide
This commit is contained in:
parent
774cf34827
commit
f1dd30f4ac
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue