浏览代码

Merge pull request #15305 from vdemeester/contribution-docs-updates

Update some contributions documentations
moxiegirl 10 年之前
父节点
当前提交
6206cbe193
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/project/coding-style.md

+ 3 - 0
docs/project/coding-style.md

@@ -26,6 +26,9 @@ program code and documentation code.
 * Run `gofmt -s -w file.go` on each changed file before
 * Run `gofmt -s -w file.go` on each changed file before
   committing your changes. Most editors have plug-ins that do this automatically.
   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. 
 * Update the documentation when creating or modifying features. 
 
 
 * Commits that fix or close an issue should reference them in the commit message
 * Commits that fix or close an issue should reference them in the commit message