project/README.md
0ef5bcb1
 # Hacking on Docker
 
9055eb0c
 The `project/` directory holds information and tools for everyone involved in the process of creating and
0ef5bcb1
 distributing Docker, specifically:
 
fa3837ab
 ## Guides
 
9055eb0c
 If you're a *contributor* or aspiring contributor, you should read [CONTRIBUTORS.md](../CONTRIBUTING.md).
0ef5bcb1
 
9055eb0c
 If you're a *maintainer* or aspiring maintainer, you should read [MAINTAINERS](../MAINTAINERS).
0ef5bcb1
 
9055eb0c
 If you're a *packager* or aspiring packager, you should read [PACKAGERS.md](./PACKAGERS.md).
99377de7
 
9055eb0c
 If you're a maintainer in charge of a *release*, you should read [RELEASE-CHECKLIST.md](./RELEASE-CHECKLIST.md).
fa3837ab
 
 ## Roadmap
 
548cadda
 A high-level roadmap is available at [ROADMAP.md](../ROADMAP.md).
fa3837ab
 
 
 ## Build tools
 
9055eb0c
 [hack/make.sh](../hack/make.sh) is the primary build tool for docker. It is used for compiling the official binary,
fa3837ab
 running the test suite, and pushing releases.