diff options
author | Brad King <brad.king@kitware.com> | 2017-02-23 14:10:56 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-03 11:47:36 -0500 |
commit | 205ac0f034b9fac9d220b2c24a17738708f3068b (patch) | |
tree | dad24be63d0ccd01a0ed2df081a729e283ccc8db /CONTRIBUTING.rst | |
parent | 9360e6c6a0197e9ac05d085221eb7ec31be3c2eb (diff) | |
download | cmake-205ac0f034b9fac9d220b2c24a17738708f3068b.tar.gz |
CONTRIBUTING: Add note about running developer setup script
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 921ba7c9b5..61d2a6337b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -19,6 +19,7 @@ CMake uses `Kitware's GitLab Instance`_ to manage development and code review. To contribute patches: #. Fork the upstream `CMake Repository`_ into a personal account. +#. Run `Utilities/SetupForDevelopment.sh`_ for local configuration. #. Base all new work on the upstream ``master`` branch. #. Create commits making incremental, distinct, logically complete changes. #. Push a topic branch to a personal repository fork on GitLab. @@ -26,6 +27,7 @@ To contribute patches: .. _`Kitware's GitLab Instance`: https://gitlab.kitware.com .. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake +.. _`Utilities/SetupForDevelopment.sh`: Utilities/SetupForDevelopment.sh Code Style ========== |