From 6dc54170e6bdb0dbdb26028246b11329dbc0b0a6 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 21 May 2006 22:19:35 +0000 Subject: [PATCH] Minor cleanups. Add an item to the project highlights about the new issue tracker. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1492 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 0774949d..2ca4b525 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 a912ab6c..b7dac82d 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 6d0bfd61..e2004109 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.