Bug 47971

Summary: support.html#gnats missing link to pr-guidelines
Product: Documentation Reporter: Gary W. Swearingen <swear>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary W. Swearingen 2003-02-05 19:00:22 UTC
http://www.freebsd.org/support.html#gnats
has a paragraph with a link to "Writing FreeBSD Problem Reports".  That
paragraph or a new one should have a link to
"FreeBSD Problem Report Handling Guidelines"
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pr-guidelines/article.html
which seems to have the only explanation of PR "status" values.

Those two links should probably be added to the nearby small list of
links, also, as they tend to hide within a paragraph.

================

Fix: 

?
How-To-Repeat: n/a
================
Comment 1 colin.percival 2003-02-12 04:37:23 UTC
   Here's a patch to solve the first issue mentioned; I don't think it is 
appropriate to add these two links into the nearby list, since that list 
deals with current PRs and submitting new ones, rather than articles about 
the PR process.

Colin Percival

Index: www/en/support.sgml
===================================================================
RCS file: /usr/cvsroot/www/en/support.sgml,v
retrieving revision 1.279
diff -r1.279 support.sgml
252c252,254
<       report is.</p>
---
 >       report is.  Some useful background information is also contained
 >       in the <a href="doc/en_US.ISO8859-1/articles/pr-guidelines/">
 >       Problem Report Handling Guidelines</a> article.</p>
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2003-02-12 15:59:01 UTC
Responsible Changed
From-To: freebsd-www->keramida

I'll handle this.
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2003-02-14 00:37:59 UTC
State Changed
From-To: open->closed

Committed.  Thanks to both of you.