|
From: <sv...@va...> - 2009-06-29 06:07:07
|
Author: njn Date: 2009-06-29 07:07:03 +0100 (Mon, 29 Jun 2009) New Revision: 400 Log: Tweak the feature request instructions, and fix a typo. Modified: trunk/support/bug_reports.html trunk/support/features.html Modified: trunk/support/bug_reports.html =================================================================== --- trunk/support/bug_reports.html 2009-06-25 22:50:50 UTC (rev 399) +++ trunk/support/bug_reports.html 2009-06-29 06:07:03 UTC (rev 400) @@ -56,7 +56,7 @@ instrumentation framework" line. An "SVN"-suffixed version will only appear if you are using code directly from the SVN repository.</li> - <li><strong>Severity:</strong> If Valgrind won't copile, choose "major". + <li><strong>Severity:</strong> If Valgrind won't compile, choose "major". If you are seeing a crash, choose "crash". If your problem is minor, choose "minor" or "wishlist". Otherwise, choose "normal". Please leave the "grave" or "critical" categories to the Valgrind developers to Modified: trunk/support/features.html =================================================================== --- trunk/support/features.html 2009-06-25 22:50:50 UTC (rev 399) +++ trunk/support/features.html 2009-06-29 06:07:03 UTC (rev 400) @@ -1,18 +1,8 @@ <h1>Feature Requests</h1> -<p>To request a feature, please use our -<?php echo vglink( 'vgbugsreport' ); ?> page; make an entry with the -severity <code>wishlist</code>. You can search for existing bugs using the -<?php echo vglink( 'vgbugsquery' ); ?> page (make sure you choose Valgrind -as the "product", and "wishlist" as the severity).</p> +<p>To request a feature, please <a href="/support/bug_reports">file a bug +report</a> with a severity of "wishlist".</p> -<p>If you have trouble with Bugzilla, or for some reason you -don't think Bugzilla is appropriate for your request (although it -probably is), contact the <?php echo vglink( 'vgusers' ); ?> -mailing list. We try to respond to most feature requests, but if -we don't, it doesn't mean we are ignoring you, rather that we -don't have any particular comments.</p> - <p>Please note that we cannot satisfy many feature requests. A feature request is much more likely to be implemented if it is requested by several users, and not too complicated. If you |