contributing.rst 1009 B

12345678910111213141516171819202122232425
  1. :title: Contribution Guidelines
  2. :description: Contribution guidelines: create issues, conventions, pull requests
  3. :keywords: contributing, docker, documentation, help, guideline
  4. Contributing to Docker
  5. ======================
  6. Want to hack on Docker? Awesome!
  7. The repository includes `all the instructions you need to get
  8. started <https://github.com/dotcloud/docker/blob/master/CONTRIBUTING.md>`_.
  9. The `developer environment Dockerfile
  10. <https://github.com/dotcloud/docker/blob/master/Dockerfile>`_
  11. specifies the tools and versions used to test and build Docker.
  12. If you're making changes to the documentation, see the
  13. `README.md <https://github.com/dotcloud/docker/blob/master/docs/README.md>`_.
  14. The `documentation environment Dockerfile
  15. <https://github.com/dotcloud/docker/blob/master/docs/Dockerfile>`_
  16. specifies the tools and versions used to build the Documentation.
  17. Further interesting details can be found in the `Packaging hints
  18. <https://github.com/dotcloud/docker/blob/master/hack/PACKAGERS.md>`_.