README.rst 907 B

123456789101112131415161718192021222324252627
  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. Changes follow the `CMake Review Process`_ for
  16. integration.
  17. .. _`Kitware's GitLab Instance`: https://gitlab.kitware.com
  18. .. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake
  19. .. _`CMake Review Process`: review.rst