github.com/jogo/docker@v1.7.0-rc1/docs/sources/project/who-written-for.md (about)

     1  page_title: README first
     2  page_description: Introduction to project contribution at Docker
     3  page_keywords: Gordon, introduction, turtle, machine, libcontainer, how to
     4  
     5  # README first 
     6  
     7  This section of the documentation contains a guide for Docker users who want to
     8  contribute code or documentation to the Docker project. As a community, we
     9  share rules of behavior and interaction. Make sure you are familiar with the <a
    10  href="https://github.com/docker/docker/blob/master/CONTRIBUTING.md#docker-community-guidelines"
    11  target="_blank">community guidelines</a> before continuing.
    12  
    13  ## Where and what you can contribute
    14  
    15  The Docker project consists of not just one but several repositories on GitHub.
    16  So, in addition to the `docker/docker` repository, there is the
    17  `docker/libcontainer` repo, the `docker/machine` repo, and several more.
    18  Contribute to any of these and you contribute to the Docker project.
    19  
    20  Not all Docker repositories use the Go language. Also, each repository has its
    21  own focus area. So, if you are an experienced contributor, think about
    22  contributing to a Docker repository that has a language or a focus area you are
    23  familiar with.
    24  
    25  If you are new to the open source community, to Docker, or to formal
    26  programming, you should start out contributing to the `docker/docker`
    27  repository. Why? Because this guide is written for that repository specifically.
    28  
    29  Finally, code or documentation isn't the only way to contribute. You can report
    30  an issue, add to discussions in our community channel, write a blog post, or
    31  take a usability test. You can even propose your own type of contribution.
    32  Right now we don't have a lot written about this yet, so just email
    33  <mailto:feedback@docker.com> if this type of contributing interests you.
    34  
    35  ## A turtle is involved
    36  
    37  ![Gordon](/project/images/gordon.jpeg)
    38  
    39  Enough said.
    40  
    41  ## How to use this guide
    42  
    43  This is written for the distracted, the overworked, the sloppy reader with fair
    44  `git` skills and a failing memory for the GitHub GUI. The guide attempts to
    45  explain how to use the Docker environment as precisely, predictably, and
    46  procedurally as possible.
    47  
    48  Users who are new to the Docker development environment should start by setting
    49  up their environment. Then, they should try a simple code change. After that,
    50  you should find something to work on or propose at totally new change.
    51  
    52  If you are a programming prodigy, you still may find this documentation useful.
    53  Please feel free to skim past information you find obvious or boring.
    54  
    55  ## How to get started
    56  
    57  Start by [getting the software you need to contribute](/project/software-required/).