github.com/feiyang21687/docker@v1.5.0/docs/sources/contributing/contributing.md (about)

     1  page_title: Contribution Guidelines
     2  page_description: Contribution guidelines: create issues, conventions, pull requests
     3  page_keywords: contributing, docker, documentation, help, guideline
     4  
     5  # Contributing to Docker
     6  
     7  Want to hack on Docker? Awesome!
     8  
     9  The repository includes [all the instructions you need to get started](
    10  https://github.com/docker/docker/blob/master/CONTRIBUTING.md).
    11  
    12  The [developer environment Dockerfile](
    13  https://github.com/docker/docker/blob/master/Dockerfile)
    14  specifies the tools and versions used to test and build Docker.
    15  
    16  If you're making changes to the documentation, see the [README.md](
    17  https://github.com/docker/docker/blob/master/docs/README.md).
    18  
    19  The [documentation environment Dockerfile](
    20  https://github.com/docker/docker/blob/master/docs/Dockerfile)
    21  specifies the tools and versions used to build the Documentation.
    22  
    23  Further interesting details can be found in the [Packaging hints](
    24  https://github.com/docker/docker/blob/master/project/PACKAGERS.md).