diff --git a/sections/forking.tex b/sections/forking.tex new file mode 100644 index 0000000..3ae6b49 --- /dev/null +++ b/sections/forking.tex @@ -0,0 +1,8 @@ +\section{Rule number 5: forking} +\begin{frame}{By popular demand} + Even though there is no RFC for how to fork a thread whose topic pivoted, we usually do so by changing the subject and appending the old subject in parentheses. + + \begin{center} + \texttt{\$new\_subject (was: \$old\_subject)} + \end{center} +\end{frame} diff --git a/slides.tex b/slides.tex index 0878972..e0a9248 100644 --- a/slides.tex +++ b/slides.tex @@ -25,6 +25,7 @@ \input{sections/plain-text} \input{sections/top-posting} \input{sections/line-wrap} + \input{sections/forking} \nocite{*} \bibliography{refs}