summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-23 14:56:00 -0500
committerBrad King <brad.king@kitware.com>2017-03-03 11:47:37 -0500
commit1cc73e9a6c6dca38a163a8e61208b6ab74839441 (patch)
treee84bd222286dddbcb7c06b59ca121e0832e3f978 /CONTRIBUTING.rst
parent9a65b1272c94cfbaa929e674db55c67485a2cf2a (diff)
downloadcmake-1cc73e9a6c6dca38a163a8e61208b6ab74839441.tar.gz
CONTRIBUTING: Add link to review process document
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 3eba1a51cf..434f0f448a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -30,9 +30,12 @@ To contribute patches:
#. Push a topic branch to a personal repository fork on GitLab.
#. Create a GitLab Merge Request targeting the upstream ``master`` branch.
+The merge request will enter the `CMake Review Process`_ for consideration.
+
.. _`Kitware's GitLab Instance`: https://gitlab.kitware.com
.. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake
.. _`Utilities/SetupForDevelopment.sh`: Utilities/SetupForDevelopment.sh
+.. _`CMake Review Process`: Help/dev/review.rst
Code Style
==========