2014-04-15 20:53:12 -04:00
|
|
|
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!
|
|
|
|
|
2014-04-23 16:48:28 -04:00
|
|
|
The repository includes [all the instructions you need to get started](
|
2014-07-24 18:19:50 -04:00
|
|
|
https://github.com/docker/docker/blob/master/CONTRIBUTING.md).
|
2014-04-15 20:53:12 -04:00
|
|
|
|
2014-04-23 16:48:28 -04:00
|
|
|
The [developer environment Dockerfile](
|
2014-07-24 18:19:50 -04:00
|
|
|
https://github.com/docker/docker/blob/master/Dockerfile)
|
2014-04-15 20:53:12 -04:00
|
|
|
specifies the tools and versions used to test and build Docker.
|
|
|
|
|
2014-04-23 16:48:28 -04:00
|
|
|
If you're making changes to the documentation, see the [README.md](
|
2014-07-24 18:19:50 -04:00
|
|
|
https://github.com/docker/docker/blob/master/docs/README.md).
|
2014-04-15 20:53:12 -04:00
|
|
|
|
2014-04-23 16:48:28 -04:00
|
|
|
The [documentation environment Dockerfile](
|
2014-07-24 18:19:50 -04:00
|
|
|
https://github.com/docker/docker/blob/master/docs/Dockerfile)
|
2014-04-15 20:53:12 -04:00
|
|
|
specifies the tools and versions used to build the Documentation.
|
|
|
|
|
2014-04-23 16:48:28 -04:00
|
|
|
Further interesting details can be found in the [Packaging hints](
|
2014-07-24 18:19:50 -04:00
|
|
|
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md).
|