diff options
author | Steven Knight <knight@baldmt.com> | 2006-05-21 22:19:35 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-05-21 22:19:35 (GMT) |
commit | 9b835d9c79178b6a71f926ae822f0c97e80030b5 (patch) | |
tree | b48bfcc52d54be65a5bd29c502e97200fa10aab9 | |
parent | 57a1b02760ed0ce6837f43582cae1925e716fc48 (diff) | |
download | SCons-9b835d9c79178b6a71f926ae822f0c97e80030b5.zip SCons-9b835d9c79178b6a71f926ae822f0c97e80030b5.tar.gz SCons-9b835d9c79178b6a71f926ae822f0c97e80030b5.tar.bz2 |
Minor cleanups. Add an item to the project highlights
about the new issue tracker.
-rw-r--r-- | www/bug-submission.html | 2 | ||||
-rw-r--r-- | www/feature-request.html | 4 | ||||
-rw-r--r-- | www/patch-submission.html | 20 | ||||
-rw-r--r-- | 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 @@ <strong>If you have not already done so, please <a href="http://www.tigris.org/servlets/Login">log in</a> before submitting a bug report!</strong> -<p> +</p> <p> 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 @@ <strong>If you have not already done so, please <a href="http://www.tigris.org/servlets/Login">log in</a> before submitting a feature request!</strong> -<p> +</p> <p> Feature requests should be submitted to -<a href="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> +<a href="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>. A more detailed set of <a href="feature-request.html#steps">submission steps</a> can be found below. </p> 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 @@ <strong>If you have not already done so, please <a href="http://www.tigris.org/servlets/Login">log in</a> before submitting a patch!</strong> -<p> +</p> <p> Patches should be submitted to -<a href="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</a> +<a href="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</a>. Please follow the <a href="patch-submission.html#guidelines">submission guidelines</a> below to make sure your patch contains the necessary information. A more detailed set of <a href="patch-submission.html#steps">submission steps</a> @@ -30,8 +30,16 @@ can be found below. <h2 id="guidelines">Guidelines for Patch Submission</h2> <p> -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. </p> <ul> @@ -56,7 +64,7 @@ will delay integration of the patch--or prevent it from being integrated at all. If you choose not to create a tigris.org account, at least put some identifying contact information -in the bug description. +in the patch description. </p> </li> @@ -256,7 +264,7 @@ you can register for one at You can still submit a patch anonymously, without logging in, but it may be impossible to integrate your patch if we need more information and have no -idea who submitted the bug or how to contact you. +idea who submitted the patch or how to contact you. If you choose not to create a tigris.org account, at least put some identifying contact information in the description. diff --git a/www/project_highlights.html b/www/project_highlights.html index 232960c..78293e8 100644 --- a/www/project_highlights.html +++ b/www/project_highlights.html @@ -4,6 +4,17 @@ <body> <p> +<strong>21 May 2006:</strong> +The SCons Project tracking of bug reports, patches and feature requests +ahs been moved from our +<a href="http://sourceforge.net/projects/scons/">SourceForge project page</a> +to our <a href="http://scons.tigris.org/servlets/ProjectIssues">Issue Tracker</a> +here at +<a href="http://www.tigris.org">tigris.org</a>. +Many thanks to Greg Noel and Kevin Maples for making this happen. +</p> + +<p> <strong>27 April 2006:</strong> SCons has been accepted as a Google <a href="http://code.google.com/soc/">Summer of Code</a> project. |