From e25eb8dc6cf402e56c2631dddb4fede9a8ff8f5b Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Wed, 14 Dec 2016 09:11:27 -0500
Subject: [PATCH] CONTRIBUTING: Add step for running developer setup script

---
 CONTRIBUTING.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 4ec6407..d71832a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -13,6 +13,7 @@ To contribute patches:
 
 #. Fork the upstream `KWSys Repository`_ into a personal account.
 #. Base all new work on the upstream ``master`` branch.
+#. Run ``./SetupForDevelopment.sh`` in new local work trees.
 #. Create commits making incremental, distinct, logically complete changes.
 #. Push a topic branch to a personal repository fork on GitLab.
 #. Create a GitLab Merge Request targeting the upstream ``master`` branch.
-- 
GitLab