mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #15305 from vdemeester/contribution-docs-updates
Update some contributions documentations
This commit is contained in:
commit
6206cbe193
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue