Make 'misc' the default category instead of 'advocacy' for the lazy
and hopeless who don't check all the fields out before they send a PR. Noticed By: kris
This commit is contained in:
parent
a40227f5c5
commit
1bcba495f3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5006
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1999-05-28 12:09:15 $">
|
||||
<!ENTITY date "$Date: 1999-06-01 14:42:14 $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: send-pr.sgml,v 1.10 1999-05-28 12:09:15 steve Exp $ -->
|
||||
<!-- $Id: send-pr.sgml,v 1.11 1999-06-01 14:42:14 billf Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -36,7 +36,7 @@ the output from the machine on which problem occurred.</p>
|
|||
<option> gnu
|
||||
<option> i386
|
||||
<option> kern
|
||||
<option> misc
|
||||
<option selected> misc
|
||||
<option> ports
|
||||
<option> sparc
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue