Clarify the wording around the form to try to address common complaints:
from users, when they are having trouble with the image submit or spam; from developers, that many PRs which are not really bug reports get submitted.
This commit is contained in:
parent
cc2d4307e7
commit
a449cf27ac
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26106
1 changed files with 31 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.43 2005/02/04 17:33:30 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.44 2005/10/04 06:22:24 murray Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
|
@ -16,28 +16,48 @@
|
|||
<img src="&base;/gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233">
|
||||
|
||||
<p>Thank you for taking the time to let us know about a problem with
|
||||
FreeBSD. Please fill out the form as completely as possible. Make sure
|
||||
you fill in the "Environment" field as requested with the output from
|
||||
the machine on which the problem occurred.</p>
|
||||
FreeBSD.</p>
|
||||
|
||||
<p>This form allows you to submit Problem Reports about issues that
|
||||
you believe are actual bugs in either the source, the documentation,
|
||||
or the website itself. If you are having problems with initially
|
||||
installing FreeBSD, or have other questions of the form "why doesn't
|
||||
<b>foo</b> work" or "does FreeBSD work with <b>bar</b>", please ask
|
||||
these questions in the appropriate support forums; see the
|
||||
<a href="support.html">support</a> page for more information.</p>
|
||||
|
||||
<p>Before filling out the form, please take the time to read the
|
||||
<a href="doc/en_US.ISO8859-1/articles/problem-reports/article.html">
|
||||
Writing FreeBSD Problem Reports</a> guidelines, and help us to
|
||||
help you. Please note that this page is for submitting
|
||||
<b>bugs</b>, and <b>not</b> for general FreeBSD <a
|
||||
href="support.html">support</a>.</p>
|
||||
Writing FreeBSD Problem Reports</a> guidelines. This may save you
|
||||
time and frustration getting help with your problem.</p>
|
||||
|
||||
<p>Please fill out the form as completely as possible. Make sure
|
||||
you fill in the "Environment" field as requested with the output from
|
||||
the machine on which the problem occurred.</p>
|
||||
|
||||
<p><b>Note</b>: copy/paste will destroy TABs and spacing, and this web
|
||||
form should not be used to submit code as plain text.</p>
|
||||
|
||||
<p>Please note that, unless you explicitly state otherwise, any changes
|
||||
you submit to the FreeBSD Project are assumed to be under the same
|
||||
license as FreeBSD.</p>
|
||||
license as FreeBSD. Also, the email address that you use will be
|
||||
available to the public through the web interface, so you should
|
||||
already have an effective spam filter in place.</p>
|
||||
|
||||
<p>Finally, be forewarned that this page requires that you are able
|
||||
to view images as a measure against abuse of the system. If you
|
||||
are unable to view images for any reason, please accept our
|
||||
to view images as a measure against abuse of the system. We regret
|
||||
having to have imposed this measure, but it is completey unavoidable.
|
||||
If you are unable to view images for any reason, please accept our
|
||||
apologies for the inconvenience and email your problem report to
|
||||
the <a href="mailto:&bugbusters;">bugbusters team</a> for submission
|
||||
into the bug tracking system.</p>
|
||||
|
||||
<p><b>Note</b>: before hitting 'submit', please <b>save your work</b>.
|
||||
If your browser caches images, you may have a stale image shown on
|
||||
your page, and your submission will be rejected. Depending on your
|
||||
browser, you might <b>lose work</b> in this case. Help save yourself
|
||||
from this common frustration.</p>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/dosendpr.cgi" method="post">
|
||||
<input type="hidden" name="submitterid" value="current-users" >
|
||||
<input type="hidden" name="confidential" value="no" >
|
||||
|
|
@ -123,9 +143,6 @@
|
|||
<input type="reset" value="Reset" >
|
||||
</form>
|
||||
|
||||
<p><b>Note</b>: copy/paste will destroy TABs and spacing, and this web
|
||||
form should not be used to submit code as plain text.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue