From 09c70b73f3e49d67f3da875784891072b482ee0e Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Fri, 13 Feb 2009 19:57:28 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/GoogleTestDevGuide.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/GoogleTestDevGuide.wiki b/wiki/GoogleTestDevGuide.wiki index 6ad2ecf2..8eb0012c 100644 --- a/wiki/GoogleTestDevGuide.wiki +++ b/wiki/GoogleTestDevGuide.wiki @@ -106,7 +106,7 @@ Please do submit code. Here's what you need to do: # Ensure that there are unit tests for your code. # Sign a Contributor License Agreement. # Create a patch file using `svn diff`. - # We use [http://codereview.appspot.com/ Rietveld] to do web-based code reviews. You can read about the tool [http://code.google.com/p/rietveld/wiki/CodeReviewHelp here]. When you are ready, upload your patch via Rietveld and notify `googletestframework@googlegroups.com` to review it. There are several ways to upload the patch. We recommend using the [http://codereview.appspot.com/static/upload.py upload.py] script. + # We use [http://codereview.appspot.com/ Rietveld] to do web-based code reviews. You can read about the tool [http://code.google.com/p/rietveld/wiki/CodeReviewHelp here]. When you are ready, upload your patch via Rietveld and notify `googletestframework@googlegroups.com` to review it. There are several ways to upload the patch. We recommend using the [http://code.google.com/p/googletest/source/browse/trunk/scripts/upload_gtest.py upload_gtest.py] script, which you can find in the `scripts/` folder in the SVN trunk. == Google Test Committers ==