Added a note about needing to update "ContributionReviews" to describe working with Git.
diff --git a/ContributionReviews.wiki b/ContributionReviews.wiki
index 4ebb8e6..78385f3 100644
--- a/ContributionReviews.wiki
+++ b/ContributionReviews.wiki
@@ -67,7 +67,7 @@
 that new functionality is introduced in one patch, 'enabled' in another one,
 and the old functionality removed in a third one.
 
-=== Patches ===
+=== Patches (TODO: update this section to describe working with Git.) ===
 
 The term "patches" is used to refer to relatively small changes to the
 code (and, yes, this definition is intentionally vague). Usually these are in the form of output from the `diff` command. It is easy to think of patches as changesets (commits), that are not part of repository history yet and can be passed around.