doc/fr/send-pr.sgml
Stephane Legrand a028a8e2b0 Initial import - first files for the french translation of the web site.
fr/applications.sgml: MFen 1.20
fr/auditors.sgml: MFen 1.35
fr/availability.sgml: MFen 1.32
fr/developers.sgml: MFen 1.23
fr/docs.sgml: MFen 1.156
fr/features.sgml: MFen 1.19
fr/freebsd.css: MFen 1.1
fr/includes.sgml: MFen 1.53
fr/includes.xsl: MFen 1.10
fr/index.xsl: MFen 1.38
fr/internet.sgml: MFen 1.29
fr/mailto.sgml: MFen 1.27
fr/publish.sgml: MFen 1.52
fr/register.sgml: MFen 1.22
fr/relnotes.sgml: MFen 1.5
fr/send-pr.sgml: MFen 1.28
fr/support.sgml: MFen 1.273
fr/where.sgml: MFen 1.56
fr/y2kbug.sgml: MFen 1.43

Approved by:	gioria (mentor)
Approved by:	wosch (for the creation of www/fr directory)
2002-11-17 16:02:47 +00:00

122 lines
4.3 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD$">
<!ENTITY title "Soumettre un rapport de probl&egrave;me">
<!ENTITY copyright "Ce m&eacute;canisme d'envoi de PR avec gnats est copyright &copy; 1996
The NetBSD Foundation, Inc. Tous droits r&eacute;serv&eacute;s.">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]>
<!--
The FreeBSD French Documentation Project
Original revision: 1.28
Version francaise : Olivier Cherrier <Olivier.Cherrier@cediti.be>
Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org>
-->
<html>
&header;
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
<img src="gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233">
<p>Nous vous remercions de consacrer du temps pour nous rapporter votre probl&egrave;me avec
FreeBSD. Veuillez compl&eacute;ter le formulaire suivant avec un maximum de pr&eacute;cision. Veuillez v&eacute;rifier
que vous avez bien rempli le champ "Environnement" comme demand&eacute; en vous basant sur
les informations de la machine sur laquelle le probl&egrave;me est survenu.</p>
<p>Veuillez noter que, sauf pr&eacute;cision explicite de votre part, tous les changements
soumis au Projet FreeBSD seront consid&eacute;r&eacute;s comme &eacute;tant sous la m&ecirc;me
licence que FreeBSD.</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>Votre adresse de courrier &eacute;lectronique</b> :<br>
<input type="text" name="email" size="40">
<br><b>Votre nom</b> :<br>
<input type="text" name="originator" size="40" >
<br><b>Votre Organisation ou Soci&eacute;t&eacute;</b> :<br>
<input type="text" name="organization" size="40" >
<br><b>Un r&eacute;sum&eacute; en une ligne du probl&egrave;me</b> :<br>
<input type="text" name="synopsis" size="72" >
<br><b>Cat&eacute;gorie</b> : <select name="category">
<option> advocacy</option>
<option> alpha</option>
<option> bin</option>
<option> conf</option>
<option> docs</option>
<option> gnu</option>
<option> i386</option>
<option> ia64</option>
<option> java</option>
<option> kern</option>
<option selected> misc</option>
<option> ports</option>
<option> powerpc</option>
<option> sparc64</option>
<option> standards</option>
<option> www</option>
</select>
<br><b>Gravit&eacute;</b> : <select name="severity">
<option> non-critical</option>
<option> serious</option>
<option> critical</option>
</select>
<br><b>Priorit&eacute;</b> : <select name="priority">
<option> low</option>
<option> medium</option>
<option> high</option>
</select>
<br><b>Type</b> : <select name="class">
<option> sw-bug</option>
<option> doc-bug</option>
<option> change-request</option>
<option> wish</option>
</select>
<br><b>Quelle version de FreeBSD utilisez-vous</b> : <br>
<input type="text" name="release" size="40" >
<br><b>Environnement (valeur retourn&eacute;e par la commande "uname -a" sur la machine posant probl&egrave;me</b> :
<br>
<textarea name="environment" rows="3" cols="72"></textarea><br>
<b>Description compl&egrave;te</b> : <br>
<textarea name="description" rows="6" cols="72"></textarea><br>
<b>M&eacute;thode pour reproduire le probl&egrave;me</b> : <br>
<textarea name="howtorepeat" rows="6" cols="72"></textarea><br>
<b>Rem&egrave;de &agrave; ce probl&egrave;me s'il est connu</b> : <br>
<textarea name="fix" rows="6" cols="72"></textarea><br>
<input type="submit" value="Envoyer le rapport de probl&egrave;me" >
<input type="reset" value="R&eacute;initialiser" >
</form>
<p><b>Note</b> : L'utilisation des commandes copier/coller ne reproduira pas les tabulations et les espaces. Ce formulaire web
ne doit pas &ecirc;tre utilis&eacute; pour transmettre du code en tant que texte brut.</p>
&footer;
</body>
</html>
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->