dgaudet 98/01/19 15:57:15
Modified: . guidelines.html
Log:
Emphasize that bug fixes do not require wasteful time posting to the list
and waiting for comments and crap like that.
Remove a redunant rule, "experimental new features" is covered by the first
rule.
Revision Changes Path
1.4 +4 -5 apache-devsite/guidelines.html
Index: guidelines.html
===================================================================
RCS file: /export/home/cvs/apache-devsite/guidelines.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- guidelines.html 1998/01/18 06:48:00 1.3
+++ guidelines.html 1998/01/19 23:57:14 1.4
@@ -231,11 +231,10 @@
--- higher than the typical [PATCH] post to the mailing list.
<UL>
-<LI>Advance notice (<EM>e.g.</EM>, "I'll be working on flurgl.c") will be
given
-<LI>The CVS tree should be expected to compile at all times; if it
- is possible that the code will result in some platforms not
- compiling, notice of this should be announced.
-<LI>Experimental new features must be discussed before implemented
+<LI>Advance notice of ideas and features will be given. No advance notice
+ is required to do bug fixes.
+<LI>The CVS tree should compile at all times. It's permitted to break
+ platforms (i.e. win32) when adding new files to the distribution.
<LI>The committer is responsible for the quality of the third-party code
they bring into the code.
<LI>Related changes should be posted at once, or very closely together;