]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/googletest/CONTRIBUTING.md
import ceph octopus 15.2.17
[ceph.git] / ceph / src / googletest / CONTRIBUTING.md
index bd1843eb48e3f2d0815d7dd427af49743bdaf451..2f653c828e540b5347031773a591631880880a56 100644 (file)
@@ -28,7 +28,7 @@ PR is acceptable as an alternative.
 ## Contributing A Patch
 
 1.  Submit an issue describing your proposed change to the
-    [issue tracker](https://github.com/google/googletest).
+    [issue tracker](https://github.com/google/googletest/issues).
 2.  Please don't mix more than one logical change per submittal, because it
     makes the history hard to follow. If you want to make a change that doesn't
     have a corresponding issue in the issue tracker, please create one.
@@ -89,7 +89,7 @@ and their own tests from a git checkout, which has further requirements:
 
 *   [Python](https://www.python.org/) v2.3 or newer (for running some of the
     tests and re-generating certain source files from templates)
-*   [CMake](https://cmake.org/) v2.6.4 or newer
+*   [CMake](https://cmake.org/) v2.8.12 or newer
 
 ## Developing Google Test and Google Mock