1
0
mirror of https://github.com/moby/moby.git synced 2025-12-12 10:01:33 +03:00
Files
moby/docs/sources/contributing/contributing.rst
2013-11-01 16:06:46 -07:00

1009 B

title
Contribution Guidelines
description
Contribution guidelines: create issues, conventions, pull requests
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.