Skip to content

Commit fa3837a

Browse files
author
Solomon Hykes
committed
Hack: update README
1 parent baff72b commit fa3837a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hack/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@
33
The hack/ directory holds information and tools for everyone involved in the process of creating and
44
distributing Docker, specifically:
55

6+
## Guides
7+
68
If you're a *contributor* or aspiring contributor, you should read CONTRIBUTORS.md.
79

810
If you're a *maintainer* or aspiring maintainer, you should read MAINTAINERS.md.
911

1012
If you're a *packager* or aspiring packager, you should read PACKAGERS.md.
1113

1214
If you're a maintainer in charge of a *release*, you should read RELEASE-CHECKLIST.md.
15+
16+
## Roadmap
17+
18+
A high-level roadmap is available at ROADMAP.md.
19+
20+
21+
## Build tools
22+
23+
make.sh is the primary build tool for docker. It is used for compiling the official binary,
24+
running the test suite, and pushing releases.

0 commit comments

Comments
 (0)