Add documentation for the change report formatter interface

Change-Id: I2d85bbade228d89caabad334742641ecccbe4af7
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt
index f8a8239..43be550 100644
--- a/Documentation/dev-plugins.txt
+++ b/Documentation/dev-plugins.txt
@@ -2145,6 +2145,16 @@
 e.g. a plugin can provide a list of servers on which the change was
 deployed.
 
+[[change-report-formatting]]
+== Change Report Formatting
+
+When a change is pushed for review from the command line, Gerrit reports
+the change(s) received with their URL and subject.
+
+By implementing the
+`com.google.gerrit.server.git.ChangeReportFormatter` interface, a plugin
+may change the formatting of the report.
+
 [[links-to-external-tools]]
 == Links To External Tools