105 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			105 lines
		
	
	
	
		
			3.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
 | 
						|
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.16 1999/12/12 16:24:01 jhb Exp $">
 | 
						|
<!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;
 | 
						|
]>
 | 
						|
<!-- $FreeBSD: www/en/send-pr.sgml,v 1.16 1999/12/12 16:24:01 jhb Exp $ -->
 | 
						|
 | 
						|
<html>
 | 
						|
    &header;
 | 
						|
    
 | 
						|
    <!-- Copyright (c) 1996 The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED. -->
 | 
						|
    
 | 
						|
    <img src="gifs/bug.jpg" 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 problem occurred.</p>
 | 
						|
 | 
						|
    <form action="http://www.FreeBSD.org/cgi/dosendpr.cgi" method="post">
 | 
						|
      <input type="hidden" name="gndb" value="freebsd" >
 | 
						|
      <input type="hidden" name="submitterid" value="net" >
 | 
						|
      <input type="hidden" name="confidential" value="no" >
 | 
						|
      
 | 
						|
      <b>Your Electronic Mail Address</b>: <br>
 | 
						|
      <input type="text" name="email" size="40">
 | 
						|
      
 | 
						|
      <br><b>Your Name</b>:<br>
 | 
						|
      <input type="text" name="originator" size="40" >
 | 
						|
 | 
						|
      <br><b>Your Organization or Company</b>: <br>
 | 
						|
      <input type="text" name="organization" size="40" >
 | 
						|
      
 | 
						|
      <br><b>One line summary of the problem:</b> <br>
 | 
						|
      <input type="text" name="synopsis" size="72" >
 | 
						|
 | 
						|
      <br><b>Category</b>: <select name="category">
 | 
						|
	<option> advocacy
 | 
						|
	<option> alpha
 | 
						|
	<option> bin
 | 
						|
	<option> conf
 | 
						|
	<option> docs
 | 
						|
	<option> gnu
 | 
						|
	<option> i386
 | 
						|
	<option> kern
 | 
						|
	<option selected> misc
 | 
						|
	<option> ports
 | 
						|
	<option> sparc
 | 
						|
      </select>
 | 
						|
      
 | 
						|
      <br><b>Severity</b>: <select name="severity">
 | 
						|
	<option> non-critical
 | 
						|
	<option> serious
 | 
						|
	<option> critical
 | 
						|
      </select>
 | 
						|
      
 | 
						|
      <br><b>Priority</b>: <select name="priority">
 | 
						|
	<option> low
 | 
						|
	<option> medium
 | 
						|
	<option> high
 | 
						|
      </select>
 | 
						|
      
 | 
						|
      <br><b>Class:</b> <select name="class">
 | 
						|
	<option> sw-bug
 | 
						|
	<option> doc-bug
 | 
						|
	<option> change-request
 | 
						|
      </select>
 | 
						|
      
 | 
						|
      <br><b>Which FreeBSD Release You Are Using </b>: <br>
 | 
						|
      <input type="text" name="release" size="40" >
 | 
						|
 | 
						|
      <br><b>Environment (output of "uname -a" on the problem machine)</b>:
 | 
						|
      <br>
 | 
						|
      <textarea name="environment" rows="3" cols="72"></textarea><br>
 | 
						|
 | 
						|
      <b>Full Description</b>: <br>
 | 
						|
      <textarea name="description" rows="6" cols="72"></textarea><br>
 | 
						|
 | 
						|
      <b>How to repeat the problem</b>: <br>
 | 
						|
      <textarea name="howtorepeat" rows="6" cols="72"></textarea><br>
 | 
						|
 | 
						|
      <b>Fix to the problem if known</b>: <br>
 | 
						|
      <textarea name="fix" rows="6" cols="72"></textarea><br>
 | 
						|
 | 
						|
      <input type="submit" value="Submit Problem Report" >
 | 
						|
      <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>
 | 
						|
 | 
						|
<!-- 
 | 
						|
     Local Variables:
 | 
						|
     mode: sgml
 | 
						|
     sgml-indent-data: t
 | 
						|
     sgml-omittag: nil
 | 
						|
     sgml-always-quote-attributes: t
 | 
						|
     End:
 | 
						|
-->
 |