<p><b>dwj07@fsu.edu</b> 2013-04-16 14:20:22 -0600 (Tue, 16 Apr 2013)</p><p><br>
        -- DOCUMENT COMMIT --<br>
<br>
        Adding instructions for adding push notifications to a repository.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/documents/developers_guide/MPAS-DevelopersGuide.pdf
===================================================================
(Binary files differ)

Modified: trunk/documents/developers_guide/MPAS-DevelopersGuide.tex
===================================================================
--- trunk/documents/developers_guide/MPAS-DevelopersGuide.tex        2013-04-16 19:58:40 UTC (rev 2756)
+++ trunk/documents/developers_guide/MPAS-DevelopersGuide.tex        2013-04-16 20:20:22 UTC (rev 2757)
@@ -482,6 +482,7 @@
                 \end{itemize}
 \end{itemize}
 
+\appendix
 \chapter{Migrating work from old SVN repository}
 As the history of the previous MPAS developer repository is not present in the
 new MPAS developer repository, migrating work takes a little bit of effort. The
@@ -507,4 +508,29 @@
                 (e.g. git push origin framework/feature)
 \end{enumerate}
 
+\chapter{Configuring &quot;Push&quot; Notifications}
+By default, fork's on github do not preserve service hooks. This is becuase
+service hooks might contain private authentication keys for particular
+services. Because of this, commit messages on a fork will not (by default)
+notify the larger developers mailing list.
+
+The main developers repository has commit messages sent out to the general MPAS
+developers mailing list. Developers are free to choose what mailing list to
+configure for commit notifications on their own forks. In order to add commit
+notifications, follow these steps in your fork.
+
+\begin{enumerate}
+        \item Create a fork of a repository. \\
+                (e.g. Release repository. Section \ref{sec:forks})
+        \item Navigate to fork web page.
+        \item Enter settings. \\
+                (e.g. Navigation bar that says &quot;Code&quot;. Far right.)
+        \item Enter service hooks. \\
+                (e.g. Left navigation pane.)
+        \item Select email service hook.
+        \item Enter mailing list email address in address field, and select active on email service hook.
+        \item Select update settings.
+\end{enumerate}
+
+
 \end{document}

</font>
</pre>