LOSTWAGES: minor updates, valid html

Mike McCormack mike at codeweavers.com
Fri Jan 28 23:37:48 CST 2005


ChangeLog:
* minor updates, valid html
-------------- next part --------------
Index: templates/en/sending_patches.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/sending_patches.template,v
retrieving revision 1.9
diff -u -p -r1.9 sending_patches.template
--- templates/en/sending_patches.template	19 Jan 2005 16:55:11 -0000	1.9
+++ templates/en/sending_patches.template	29 Jan 2005 05:35:40 -0000
@@ -13,29 +13,31 @@ chapter in our online documentation.</p>
 list, the mailing list administrators must first check your submission
 to make sure it's not spam before they can let it through.)</p>
 
-When submitting patches, please:<p>
-<li>Include a comment for the changelog that gives your name and email address (if desired),
-along with a description of what your patch does.<br>
+<p>When submitting patches, please:</p>
+<ul>
+ <li>Include a ChangeLog entry with your name, email address and
+     a description of what your patch does.
 
-<li>Try to keep the patch small and the point of the change clear.
+ <li>Keep the patch small and the point of the change clear.
 
-<li>Submit one fix or group of related changes per patch.<br>
+ <li>Submit one fix or group of related changes per patch.
 
-<li>Generate your patch against the latest version of Wine from the WineHQ CVS (see below).<br>
+ <li>Generate your patch against the latest version of Wine from the WineHQ CVS (see below).
 
-<li>Test your patch, and if possible write a test case demonstrating it is correct.<br>
+ <li>Test your patch, and if possible write a test case demonstrating it is correct.
 
-<li>Be careful to not corrupt the patch through line-wrapping.<br>
+ <li>Be careful to not corrupt the patch through line-wrapping.
 
-<li>Try to avoid unnecessarily changing the formatting of the code.<br>
+ <li>Avoid unnecessarily changing the formatting of the code.
 
-<li>Use standard C, avoid C++ comments and inline variable declarations.<br>
+ <li>Use standard C, avoid C++ comments and inline variable declarations.
+</ul>
 
 <p>Accepted patches will appear in the <a href="{$root}/site/forums">wine-cvs</a> mailing list. 
 If your patch is not applied, review it carefully and check it against the above points.</p>
 Rejected patches might receive a note in the <a href="{$root}/site/forums">wine-devel</a>
 mailing list, however they also may be silently ignored.  If you receive no response to your patch
-try checking it against the above points, and resubmitting it.
+try checking it against the above points, and resubmitting it.</p>
 
 <hr>
 


More information about the wine-patches mailing list