浏览代码

CONTRIBUTING: Add note about running developer setup script

Brad King 8 年之前
父节点
当前提交
205ac0f034
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      CONTRIBUTING.rst

+ 2 - 0
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
 ==========