|
From: <sv...@va...> - 2009-07-29 23:24:17
|
Author: njn Date: 2009-07-30 00:24:01 +0100 (Thu, 30 Jul 2009) New Revision: 404 Log: Add a note about patches for feature requests. Modified: trunk/support/features.html Modified: trunk/support/features.html =================================================================== --- trunk/support/features.html 2009-07-14 05:00:33 UTC (rev 403) +++ trunk/support/features.html 2009-07-29 23:24:01 UTC (rev 404) @@ -8,3 +8,8 @@ requested by several users, and not too complicated. If you provide a good patch implementing a feature, that will help your chances too.</p> + +<p>If you do provide a patch, please also note that a new feature involves +adding more than just code. It also requires adding one or more regression +tests, and updating the documentation (both the User Manual and the release +notes in the NEWS file).</p> |