From 57a1b02760ed0ce6837f43582cae1925e716fc48 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sun, 21 May 2006 21:48:11 +0000 Subject: Initial text for patch and feature pages. Title change and minor wording changes for bug page. --- www/bug-submission.html | 12 +- www/feature-request.html | 75 ++++++++++- www/patch-submission.html | 328 +++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 400 insertions(+), 15 deletions(-) diff --git a/www/bug-submission.html b/www/bug-submission.html index 2fe3a9c..0774949 100644 --- a/www/bug-submission.html +++ b/www/bug-submission.html @@ -1,11 +1,11 @@ -Bug Submission Guidelines +Bug Submission
-

scons
Bug Submission Guidelines

+

scons
Bug Submission

If you have not already done so, please @@ -65,7 +65,6 @@ in the bug description.

  • Specify the version of SCons in which you observed the problem -

    This helps avoid wasted time trying to pinpoint the version, and also allows us to confirm if a later released version @@ -97,8 +96,7 @@ and then attach a file to it as a separate step. See below for the detailed steps.

    -If your problem is evident from a few specific -SConscript files lines, +If your problem is evident from a few specific SConscript lines, it's perfectly acceptable just to paste the lines into the Description field of the bug report.

    @@ -146,7 +144,7 @@ as described below.
    • -Log in at tigris.org +Log in at tigris.org

      If you do not already have a tigris.org account, you can register for one at @@ -229,7 +227,7 @@ that gives you the number of the issue you submitted. (You can also do this through the Browse... button.)

    • -Fill in the Description fied +Fill in the Description field
    • Click the "Submit" button diff --git a/www/feature-request.html b/www/feature-request.html index 707379a..a912ab6 100644 --- a/www/feature-request.html +++ b/www/feature-request.html @@ -1,20 +1,87 @@ -Feature Request Guidelines +Feature Requests
      -

      scons
      Feature Request Guidelines

      +

      scons
      Feature Requests

      -http://scons.tigris.org/issues/enter_bug.cgi?issue_type=FEATURE?subcomponent=scons +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 +A more detailed set of submission steps +can be found below. +

      + +
  • + +
    + +

    Steps for Submitting a Feature Request

    + +

    +The following guides you step-by-step through the +process of submitting a feature request.

    +
    diff --git a/www/patch-submission.html b/www/patch-submission.html index a5ca9e4..6d0bfd6 100644 --- a/www/patch-submission.html +++ b/www/patch-submission.html @@ -1,20 +1,340 @@ -Patch Submission Guidelines +Patch Submission
    -

    scons
    Patch Submission Guidelines

    +

    scons
    Patch Submission

    -http://scons.tigris.org/issues/enter_bug.cgi?issue_type=PATCH?subcomponent=scons +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 +Please follow the submission guidelines below +to make sure your patch contains the necessary information. +A more detailed set of submission steps +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. +

    + + + +

    Steps for Submitting a Patch

    + +

    +The following guides you step-by-step through the +process of submitting a patch to SCons. +

    + +

    +NOTE: Attaching a file or files +(such as a .tar.gz or .zip file containing your patch) +is a two-step process in the tigris.org Issue Tracker. +You must first create the patch issue in the Tracker, +and then attach the file(s) in a separate step, +as described below. +

    + +
    -- cgit v0.12