Add an explicit link for 'show one PR.' [1]
While here, ask our submitters to first check the existing PRs before sending a new one. This basically flips the order of the existing two paragraphs, although there is some other minor rewording. requested by: gerald [1]
This commit is contained in:
parent
991e3148d0
commit
3159cfc120
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26356
1 changed files with 14 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.352 2005/10/04 22:27:39 simon Exp $">
|
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.353 2005/10/06 19:27:36 ceri Exp $">
|
||||||
<!ENTITY title "FreeBSD Support">
|
<!ENTITY title "FreeBSD Support">
|
||||||
<!ENTITY % navincludes SYSTEM "includes.navsupport.sgml"> %navincludes;
|
<!ENTITY % navincludes SYSTEM "includes.navsupport.sgml"> %navincludes;
|
||||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||||
|
@ -18,13 +18,22 @@
|
||||||
|
|
||||||
<h2>Problem Reporting</h2>
|
<h2>Problem Reporting</h2>
|
||||||
|
|
||||||
<p>Found a bug in FreeBSD? Noticed a mistake in the documentation? Please read over
|
<p>Found a bug in FreeBSD? Noticed a mistake in the documentation?
|
||||||
|
If it has not already been reported, please let us know.</p>
|
||||||
|
|
||||||
|
<p>To find out, you can
|
||||||
|
<a href="&cgibase;/query-pr-summary.cgi?query">search the current problem reports</a>
|
||||||
|
(and view them by category, assignee, and so forth),
|
||||||
|
<a href="&cgibase;/query-pr.cgi">view a single problem report</a>,
|
||||||
|
or
|
||||||
|
<a href="&cgibase;/query-pr-summary.cgi">view all open problem reports</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>If the bug has not yet been reported,
|
||||||
|
please read over
|
||||||
our <a href="&base;/support/bugreports.html">problem reporting guidelines</a>
|
our <a href="&base;/support/bugreports.html">problem reporting guidelines</a>
|
||||||
and then report the problem using our <a href="&base;/send-pr.html">problem report form</a>.</p>
|
and then report the problem using our <a href="&base;/send-pr.html">problem report form</a>.</p>
|
||||||
|
|
||||||
<p>You can also <a href="&cgibase;/query-pr-summary.cgi">view the open problem reports</a> and
|
|
||||||
<a href="&cgibase;/query-pr-summary.cgi?query">search problem reports</a> on this website.</p>
|
|
||||||
|
|
||||||
&footer;
|
&footer;
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue