README.rst 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. CMake Development
  2. *****************
  3. This directory contains documentation about development of CMake itself.
  4. It is not part of the user documentation distributed with CMake.
  5. Contributor Instructions
  6. ========================
  7. See `CONTRIBUTING.rst`_ for instructions to contribute changes.
  8. The process for contributing changes is the same whether or not one
  9. has been invited to participate directly in upstream development.
  10. .. _`CONTRIBUTING.rst`: ../../CONTRIBUTING.rst
  11. Upstream Development
  12. ====================
  13. CMake uses `Kitware's GitLab Instance`_ to manage development, review, and
  14. integration of changes. The `CMake Repository`_ holds the integration
  15. branches and tags. Upstream development processes are covered by the
  16. following documents:
  17. * The `CMake Review Process`_ manages integration of changes.
  18. * The `CMake Testing Process`_ drives integration testing.
  19. .. _`Kitware's GitLab Instance`: https://gitlab.kitware.com
  20. .. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake
  21. .. _`CMake Review Process`: review.rst
  22. .. _`CMake Testing Process`: testing.rst