diff options
author | Steven Knight <knight@baldmt.com> | 2007-11-12 17:18:53 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2007-11-12 17:18:53 (GMT) |
commit | 2ea53848b534eda273928292537ed0dd43c1c134 (patch) | |
tree | 37eb0c5d527187b3f9e8ccaca0db1568cb60d5e9 | |
parent | 10df177f6a7b059290933c36ce1c79436d25c536 (diff) | |
download | SCons-2ea53848b534eda273928292537ed0dd43c1c134.zip SCons-2ea53848b534eda273928292537ed0dd43c1c134.tar.gz SCons-2ea53848b534eda273928292537ed0dd43c1c134.tar.bz2 |
Document that we no longer accept anonymous ("guest") issue tracker items.
-rw-r--r-- | www/bug-submission.html | 19 | ||||
-rw-r--r-- | www/feature-request.html | 12 | ||||
-rw-r--r-- | www/patch-submission.html | 16 |
3 files changed, 17 insertions, 30 deletions
diff --git a/www/bug-submission.html b/www/bug-submission.html index 2bcc25b..079043b 100644 --- a/www/bug-submission.html +++ b/www/bug-submission.html @@ -8,9 +8,10 @@ <h1><small>scons</small><br />Bug Submission</h1> <p> -<strong>If you have not already done so, please +<strong>You must now <a href="http://www.tigris.org/servlets/Login">log in</a> -before submitting a bug report!</strong> +to a <a href="http://www.tigris.org">tigris.org</a> account +before submitting a new bug report!</strong> </p> <p> @@ -44,23 +45,17 @@ if you supply all the necessary information to make it easy to do so. <ul> <li> <strong> -Please -<a href="http://www.tigris.org/servlets/Login">log in</a> +<a href="http://www.tigris.org/servlets/Login">Log in</a> to your tigris.org account before submitting a bug report </strong> <p> If you do not already have a tigris.org account, -please register for one at +register for one at <a href="http://www.tigris.org/servlets/Join">http://www.tigris.org/servlets/Join</a>. </p> <p> -We do accept anonymous bug reports, -but it may be impossible to diagnose or fix the bug -if we need more information and have no -idea who submitted the bug or how to contact you. -If you choose not to create a tigris.org account, -at least put some identifying contact information -in the bug description. +We no longer accept anonymous bug reports, +due to spambot abuse of the open-door policy. </p> </li> <li> diff --git a/www/feature-request.html b/www/feature-request.html index bf3936a..1ba4122 100644 --- a/www/feature-request.html +++ b/www/feature-request.html @@ -9,8 +9,9 @@ </div> <p> -<strong>If you have not already done so, please +<strong>You must now <a href="http://www.tigris.org/servlets/Login">log in</a> +to a <a href="http://www.tigris.org">tigris.org</a> account before submitting a feature request!</strong> </p> @@ -47,15 +48,12 @@ process of submitting a feature request. <strong><a href="http://www.tigris.org/servlets/Login">Log in</a> at tigris.org</strong> <p> If you do not already have a tigris.org account, -you can register for one at +register for one at <a href="http://www.tigris.org/servlets/Join">http://www.tigris.org/servlets/Join</a>. </p> <p> -You can still submit a feature request anonymously, without logging in. -If you choose not to create a tigris.org account, -putting some identifying contact information -in the description will be helpful in case -the feature request requires some clarification. +We no longer accept anonymous feature requests, +due to spambot abuse of the open-door policy. </p> </li> <li> diff --git a/www/patch-submission.html b/www/patch-submission.html index d59ee3b..cdee662 100644 --- a/www/patch-submission.html +++ b/www/patch-submission.html @@ -9,8 +9,9 @@ </div> <p> -<strong>If you have not already done so, please +<strong>You must now <a href="http://www.tigris.org/servlets/Login">log in</a> +to a <a href="http://www.tigris.org">tigris.org</a> account before submitting a patch!</strong> </p> @@ -52,19 +53,12 @@ to your tigris.org account before submitting any patch </strong> <p> If you do not already have a tigris.org account, -please register for one at +register for one at <a href="http://www.tigris.org/servlets/Join">http://www.tigris.org/servlets/Join</a>. </p> <p> -We do accept anonymous patches, -but if the patch needs additional work or -there are other questions about it, -not knowing who submitted it -will delay its integration, -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 patch description. +We no longer accept anonymous patches, +due to spambot abuse of the open-door policy. </p> </li> |