README.rst 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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
  23. Developer Documentation
  24. =======================
  25. CMake developer documentation is provided by the following documents:
  26. * The `CMake Source Code Guide`_.
  27. .. _`CMake Source Code Guide`: source.rst
  28. Maintainer Documentation
  29. ========================
  30. CMake maintainer documentation is provided by the following documents:
  31. * The `CMake Maintainer Guide`_.
  32. .. _`CMake Maintainer Guide`: maint.rst