Files
docker-cli/components/engine/docs/sources/contributing/contributing.md
Daehyeok Mun 42d3bfe3e2 fix link to PACKAGERS.md
fix link from /hack/PACKAGERS.md to /project/PACKAGERS.md

Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
Upstream-commit: a3068a109cc2c472966d5a080f81ca344232f26c
Component: engine
2014-11-18 05:03:00 +09:00

987 B

page_title: Contribution Guidelines page_description: Contribution guidelines: create issues, conventions, pull requests page_keywords: contributing, docker, documentation, help, guideline

Contributing to Docker

Want to hack on Docker? Awesome!

The repository includes all the instructions you need to get started.

The developer environment Dockerfile specifies the tools and versions used to test and build Docker.

If you're making changes to the documentation, see the README.md.

The documentation environment Dockerfile specifies the tools and versions used to build the Documentation.

Further interesting details can be found in the Packaging hints.