diff options
-rw-r--r-- | www/bug-submission.html | 10 | ||||
-rw-r--r-- | www/feature-request.html | 20 | ||||
-rw-r--r-- | www/patch-submission.html | 10 |
3 files changed, 28 insertions, 12 deletions
diff --git a/www/bug-submission.html b/www/bug-submission.html index a9a9b1f..2bcc25b 100644 --- a/www/bug-submission.html +++ b/www/bug-submission.html @@ -14,8 +14,8 @@ before submitting a bug report!</strong> </p> <p> -Bugs should be reported at -<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=DEFECT">http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=DEFECT</a>. +Bugs should be reported at the +<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=DEFECT">"Enter Issue" page</a>. Please follow the <a href="bug-submission.html#guidelines">submission guidelines</a> below to make sure your bug report contains the necessary information. A more detailed set of <a href="bug-submission.html#steps">submission steps</a> @@ -161,10 +161,12 @@ in the bug description. </p> </li> <li> -<strong>Go to the "Enter issue" page at -<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=DEFECT">http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=DEFECT</a> +<strong>Go to the +<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=DEFECT">"Enter issue" page</a> </strong> <p> +By default, the "scons" subcomponent is selected; +if this bug is for a different subcomponent, select that instead. </p> </li> <li> diff --git a/www/feature-request.html b/www/feature-request.html index 9f69a5d..bf3936a 100644 --- a/www/feature-request.html +++ b/www/feature-request.html @@ -15,12 +15,22 @@ before submitting a feature request!</strong> </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>. +Feature requests should be submitted to the +<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=FEATURE">"Enter Issue" page</a>. A more detailed set of <a href="feature-request.html#steps">submission steps</a> can be found below. </p> +<p> +The "Enter Issue" links on this page, +by default, create a <tt>FEATURE</tt> request, +a request for completely new SCons functionality. +If your request is for modified behavior +of an already-existing SCons feature, +you may wish to change the Issue type +to an <tt>ENHANCEMENT</tt> request. +If you're not sure, leave the issue as a <tt>FEATURE</tt> request; +it can be reclassified in the future, if necessary. </div> <div class="h2 app" style="border-left: 0px" id="customcontent"> @@ -49,10 +59,12 @@ the feature request requires some clarification. </p> </li> <li> -<strong>Go to the "Enter issue" page at -<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> +<strong>Go to the +<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=FEATURE">"Enter issue" page</a> </strong> <p> +By default, the "scons" subcomponent is selected; +if this bug is for a different subcomponent, select that instead. </p> </li> <li> diff --git a/www/patch-submission.html b/www/patch-submission.html index aac1e16..d59ee3b 100644 --- a/www/patch-submission.html +++ b/www/patch-submission.html @@ -15,8 +15,8 @@ before submitting a patch!</strong> </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>. +Patches should be submitted to the +<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=PATCH">"Enter Issue" page</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> @@ -281,10 +281,12 @@ in the description. </li> <li> -<strong>Go to the "Enter issue" page at -<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> +<strong>Go to the +<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=PATCH">"Enter issue" page</a> </strong> <p> +By default, the "scons" subcomponent is selected; +if this bug is for a different subcomponent, select that instead. </p> </li> |