From 9b835d9c79178b6a71f926ae822f0c97e80030b5 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sun, 21 May 2006 22:19:35 +0000 Subject: Minor cleanups. Add an item to the project highlights about the new issue tracker. --- www/bug-submission.html | 2 +- www/feature-request.html | 4 ++-- www/patch-submission.html | 20 ++++++++++++++------ www/project_highlights.html | 11 +++++++++++ 4 files changed, 28 insertions(+), 9 deletions(-) diff --git a/www/bug-submission.html b/www/bug-submission.html index 0774949..2ca4b52 100644 --- a/www/bug-submission.html +++ b/www/bug-submission.html @@ -11,7 +11,7 @@ If you have not already done so, please log in before submitting a bug report! -

+

Bugs should be reported at diff --git a/www/feature-request.html b/www/feature-request.html index a912ab6..b7dac82 100644 --- a/www/feature-request.html +++ b/www/feature-request.html @@ -12,11 +12,11 @@ If you have not already done so, please log in before submitting a feature request! -

+

Feature requests should be submitted to -http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=FEATURE +http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=FEATURE. A more detailed set of submission steps can be found below.

diff --git a/www/patch-submission.html b/www/patch-submission.html index 6d0bfd6..e200410 100644 --- a/www/patch-submission.html +++ b/www/patch-submission.html @@ -12,11 +12,11 @@ If you have not already done so, please log in before submitting a patch! -

+

Patches should be submitted to -http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=PATCH +http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=PATCH. Please follow the submission guidelines below to make sure your patch contains the necessary information. A more detailed set of submission steps @@ -30,8 +30,16 @@ can be found below.

Guidelines for Patch Submission

-Your bug will be much more likely to get diagnosed and fixed -if you supply all the necessary information to make it easy to do so. +To try to maintain and improve the quality of SCons releases, +we have some pretty high standards for the quality of patches +that make it into the SCons code base. +This list of guidelines describes how to make it as +easy as possible for your patch to be accepted for integration. +We're still interested in your code +even if you don't follow all of these guidelines, +but then your patch will more than likely sit in the queue +until someone else has time to supply all of the +necessary missing items.