diff options
author | Brad King <brad.king@kitware.com> | 2017-06-22 15:02:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-22 15:02:05 (GMT) |
commit | 420e48442b77315ac99aabaeeec4f03a4ddb8800 (patch) | |
tree | 230b761741306abd380f214f5f3d30b1b0c4ebdd | |
parent | 298272681c8291282aaf9e2a42c1dc1c8a128537 (diff) | |
download | CMake-420e48442b77315ac99aabaeeec4f03a4ddb8800.zip CMake-420e48442b77315ac99aabaeeec4f03a4ddb8800.tar.gz CMake-420e48442b77315ac99aabaeeec4f03a4ddb8800.tar.bz2 |
Help/dev: Update maintainer guide with note about docs and tests
-rw-r--r-- | Help/dev/maint.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/dev/maint.rst b/Help/dev/maint.rst index c448445..889e4e3 100644 --- a/Help/dev/maint.rst +++ b/Help/dev/maint.rst @@ -29,6 +29,8 @@ command to integrate a merge request. Please check at least the following: * If a commit fixes a tracked issue, its commit message should have a trailing line such as ``Fixes: #00000``. +* Ensure that the MR adds sufficient documentation and test cases. + * Ensure that the MR has been tested sufficiently. Typically it should be staged for nightly testing with ``Do: stage``. Then manually review the `CMake CDash Page`_ to verify that no regressions were |