소스 검색

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
   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