[Cmake-commits] CMake branch, master, updated. v3.13.2-746-gf7947d9
Kitware Robot
kwrobot at kitware.com
Tue Dec 18 16:13:04 EST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via f7947d90db0b5a452be1714ae8770c2ffa6352d3 (commit)
via 0861580a14db044ed1a1c6bb8161ee6786f19eb5 (commit)
from 89d0f720cbef3f675cc705d961830dc12e96f712 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f7947d90db0b5a452be1714ae8770c2ffa6352d3
commit f7947d90db0b5a452be1714ae8770c2ffa6352d3
Merge: 89d0f72 0861580
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Tue Dec 18 21:06:05 2018 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Dec 18 16:06:13 2018 -0500
Merge topic 'contributing-build-instructions-link'
0861580a14 Help: Insert link from CONTRIBUTING to build instructions
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !2751
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0861580a14db044ed1a1c6bb8161ee6786f19eb5
commit 0861580a14db044ed1a1c6bb8161ee6786f19eb5
Author: Joachim Wuttke (h) <j.wuttke at fz-juelich.de>
AuthorDate: Tue Dec 18 16:58:40 2018 +0100
Commit: Joachim Wuttke (h) <j.wuttke at fz-juelich.de>
CommitDate: Tue Dec 18 17:11:13 2018 +0100
Help: Insert link from CONTRIBUTING to build instructions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 84f6abb..7e71111 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -24,7 +24,8 @@ 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.
+#. Run `Utilities/SetupForDevelopment.sh`_ for local git configuration.
+#. See `Building CMake`_ for building CMake locally.
#. See the `CMake Source Code Guide`_ for coding guidelines.
#. Base all new work on the upstream ``master`` branch.
Base work on the upstream ``release`` branch only if it fixes a
@@ -45,6 +46,7 @@ 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
+.. _`Building CMake`: README.rst#building-cmake
.. _`CMake Source Code Guide`: Help/dev/source.rst
.. _`commit messages`: Help/dev/review.rst#commit-messages
.. _`CMake Review Process`: Help/dev/review.rst
-----------------------------------------------------------------------
Summary of changes:
CONTRIBUTING.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list