doc/es/send-pr.sgml
Peter Wemm 01a61279be $Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00

77 lines
2.7 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD$">
<!ENTITY title "Env&iacute;o de informe de problemas con FreeBSD">
<!ENTITY copyright "This gnats pr-submission mechanism Copyright &copy; 1996
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<!-- $FreeBSD$ -->
<html>
&header;
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
<img src="../gifs/bug.jpg" align="right" border="0">
<p>Gracias por ocupar tu tiempo en informarnos sobre un problema con FreeBSD.
Por favor, completa el formulario tanto como te sea posible. Aseg&uacute;rate
de responder el campo "Entorno" como te solicitamos con la salida de la
m&aacute;quina en la que est&aacute; ocurriendo el problema.</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>Direcci&oacute;n de Email</b>: <br><input type="text" name="email" size="40" >
<br><b>Nombre</b>: <br><input type="text" name="originator" size="40" >
<br><b>Organizaci&oacute;n o compa&ntilde;&iacute;a</b>: <br><input type="text" name="organization" size="40" >
<br><b>Una l&iacute;nea descriptiva del problema:</b> <br><input type="text" name="synopsis" size="72" >
<br><b>Categor&iacute;a</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>Importancia</b>: <select name="severity">
<option> non-critical
<option> serious
<option> critical
</select>
<br><b>Prioridad</b>: <select name="priority">
<option> low
<option> medium
<option> high
</select>
<br><b>Clase:</b> <select name="class">
<option> sw-bug
<option> doc-bug
<option> change-request
</select>
<br><b>Qu&eacute; Release de FreeBSD est&aacute;s usando </b>: <br><input type="text" name="release" size="40" >
<br><b>Entorno (salida de "uname -a" en la m&aacute;quina del problema)</b>: <br><textarea name="environment" rows="3" cols="72">
</textarea><br><b>Descripci&oacute;n completa</b>: <br><textarea name="description" rows="6" cols="72">
</textarea><br><b>Como repetir el problema</b>: <br><textarea name="howtorepeat" rows="6" cols="72">
</textarea><br><b>Soluci&oacute;n del problema si se conoce</b>: <br><textarea name="fix" rows="6" cols="72">
</textarea><br><input type="submit" value="Env&iacute;o del informe" >
<input type="reset" value="Reset" >
</form>
<p>
<b>Nota</b>: copy/paste destruir&aacute; los tabuladores y espacios en blanco,
y este formulario no debe usarse para enviar c&oacute;digo como texto.</p>
&footer;
</body>
</html>