[Yanel-commits] rev 22312 - public/yanel/trunk/src/realms/yanel-website/content/development

michi at wyona.com michi at wyona.com
Wed Jan 31 14:17:14 CET 2007


Author: michi
Date: 2007-01-31 14:17:12 +0100 (Wed, 31 Jan 2007)
New Revision: 22312

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml
Log:
how to submit and apply added

Modified: public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml	2007-01-31 13:13:57 UTC (rev 22311)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml	2007-01-31 13:17:12 UTC (rev 22312)
@@ -20,5 +20,18 @@
 <ul>
   <li>svn diff DIRECTORY/FILE > patch.txt</li>
 </ul>
+
+<h1>How to submit a patch</h1>
+<p>
+Please upload patches to <a href="../../task-bug-tracker.html">Bugzilla</a> instead sending them via the mailing lists.
+</p>
+
+<h1>How to apply a patch</h1>
+
+<h2>UNIX</h2>
+<ul>
+  <li>patch -p0 &lt; patch.txt</li>
+</ul>
+
 </body>
 </html>




More information about the Yanel-commits mailing list