googletest/googletest/docs/Documentation.md
Carlos O'Ryan 23a014ab57
Refactor docs about contributions to CONTRIBUTING.md.
Per the review comments.
2017-12-11 19:33:27 -05:00

848 B

This page lists all documentation markdown files for Google Test (the current git version) -- if you use a former version of Google Test, please read the documentation for that specific version instead (e.g. by checking out the respective git branch/tag).

To contribute code to Google Test, read:

  • CONTRIBUTING -- read this before writing your first patch.
  • PumpManual -- how we generate some of Google Test's source files.