Browse Source

Help/dev: Update maintainer guide with note about docs and tests

Brad King 8 years ago
parent
commit
420e48442b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Help/dev/maint.rst

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