@@ -66,7 +66,7 @@ anybody starts working on it.
6666We are always thrilled to receive pull requests. We do our best to process them
6767quickly. If your pull request is not accepted on the first try,
6868don't get discouraged! Our contributor's guide explains [ the review process we
69- use for simple changes] ( https://github.com/docker/docker /blob/master/project/REVIEWING.md ) .
69+ use for simple changes] ( https://github.com/moby/moby /blob/master/project/REVIEWING.md ) .
7070
7171### Talking to other Docker users and contributors
7272
@@ -124,8 +124,7 @@ submitting a pull request.
124124Update the documentation when creating or modifying features. Test your
125125documentation changes for clarity, concision, and correctness, as well as a
126126clean documentation build. See our contributors guide for [ our style
127- guide] ( https://docs.docker.com/contribute/style/grammar/ ) and instructions on [ building
128- the documentation] ( https://docs.docker.com/contribute/ ) .
127+ guide] ( https://github.com/docker/docs/blob/main/STYLE.md ) .
129128
130129Write clean code. Universally formatted code promotes ease of writing, reading,
131130and maintenance. Always run ` gofmt -s -w file.go ` on each changed file before
@@ -145,6 +144,7 @@ not enforced. Common prefixes are `docs: <message>`, `vendor: <message>`,
145144or ` telemetry: <message> ` .
146145
147146A standard commit.
147+
148148```
149149Fix the exploding flux capacitor
150150
@@ -153,19 +153,22 @@ the sun and the moon align.
153153```
154154
155155Using a package as prefix.
156+
156157```
157158pkg/foo: prevent panic in flux capacitor
158159
159160Calling function A causes the flux capacitor to blow up every time
160161the sun and the moon align.
161162```
162163
163- Updating a specific vendored package.
164+ Updating a specific vendored dependency.
165+
164166```
165- vendor: github.com/docker/docker 6ac445c42bad (master, v28.0-dev)
167+ vendor: github.com/moby/moby/client v0.4.0
166168```
167169
168170Fixing a broken docs link.
171+
169172```
170173docs: fix style/lint issues in deprecated.md
171174```
0 commit comments