diff options
-rw-r--r-- | Help/dev/README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/dev/README.rst b/Help/dev/README.rst index 6d3d46d..21bbe88 100644 --- a/Help/dev/README.rst +++ b/Help/dev/README.rst @@ -19,8 +19,10 @@ Upstream Development CMake uses `Kitware's GitLab Instance`_ to manage development, review, and integration of changes. The `CMake Repository`_ holds the integration -branches and tags. Changes follow the `CMake Review Process`_ for -integration. +branches and tags. Upstream development processes are covered by the +following documents: + +* The `CMake Review Process`_ manages integration of changes. .. _`Kitware's GitLab Instance`: https://gitlab.kitware.com .. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake |