Update some contributions documentations

- Add a golint entry to coding-style.md

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: b30492002172a525513a2c411ebae22149dd4476
Component: engine
This commit is contained in:
Vincent Demeester
2015-08-04 22:04:11 +02:00
parent 3b294e8970
commit bc9b99ad99
@@ -26,6 +26,9 @@ program code and documentation code.
* Run `gofmt -s -w file.go` on each changed file before
committing your changes. Most editors have plug-ins that do this automatically.
* Run `golint` on each changed file before
committing your changes.
* Update the documentation when creating or modifying features.
* Commits that fix or close an issue should reference them in the commit message