1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

CONTRIBUTING.md: fix markdown formating

Signed-off-by: Johan Euphrosine <proppy@google.com>
Upstream-commit: 1d9fb2583cd85261f0813edcf5d3ddf89fefc397
Component: engine
This commit is contained in:
Johan Euphrosine
2015-03-19 01:51:45 -07:00
parent 27ea0d1653
commit 35418ac64f

View File

@@ -190,9 +190,7 @@ Update the documentation when creating or modifying features. Test your
documentation changes for clarity, concision, and correctness, as well as a
clean documentation build. See our contributors guide for [our style
guide](https://docs.docker.com/project/doc-style) and instructions on [building
the
documentation](https://docs.docker.com/project/test-and-docs/#build-and-test-the
- documentation).
the documentation](https://docs.docker.com/project/test-and-docs/#build-and-test-the-documentation).
Write clean code. Universally formatted code promotes ease of writing, reading,
and maintenance. Always run `gofmt -s -w file.go` on each changed file before