added man-patch.xml file
[linux_from_scratch.git] / editor-manual / chapter05 / enternewbugs.xml
blob7cfb21b3bab6a7d8398649ecced9f051f87158ec
1 <sect1 id="ch05-filingbug">
2 <title>Enter a new bug</title>
3 <?dbhtml filename="enternewbug.html" dir="chapter05"?>
5 <para>You found a bug, or somebody else found a bug and you decided to add
6 it to Bugzilla.</para>
8 <itemizedlist>
10 <listitem><para>Go to <ulink
11 url="http://bugs.linuxfromscratch.org/enter_bug.cgi"/></para></listitem>
13 <listitem><para>Select the proper <emphasis>Version</emphasis>. You most
14 always will choose the <emphasis>CVS</emphasis> version. It doesn't make
15 sense to report a bug against an old version if it's no longer in CVS. If
16 it is, then CVS is newer than a previously released stable book version.
17 The versions are basically there only for people who don't edit the book
18 and who want to report a bug against the book version they
19 have.</para></listitem>
21 <listitem><para>Don't worry about <emphasis>Component, Platform, OS and
22 Severity</emphasis> Those aren't used at the moment.</para></listitem>
24 <listitem><para>Select the <emphasis>Resolution Priority</emphasis>. Use
25 your own judgement on how important fixing this bug is. If you're not sure
26 just leave the default. Priorities are periodically re-evaluated and
27 changed anyways (what may be P5 a month ago may be changed to a P1 now
28 because it's finally time to fix it).</para></listitem>
30 <listitem><para>Select the <emphasis>Initial state</emphasis>. Only select
31 <emphasis>UNCONFIRMED</emphasis> if you haven't checked the matter out yet
32 and are only suspecting a bug. Otherwise, leave it as
33 <emphasis>NEW</emphasis></para></listitem>
35 <listitem><para>If you don't want to assign yourself to it right away,
36 leave the <emphasis>Assigned To</emphasis> field blank. It'll be assigned
37 to <emphasis>lfs-book@linuxfromscratch.org</emphasis> then, until a real
38 editor changes that to himself.</para></listitem>
40 <listitem><para>Fill in the other fields as appropriate,
41 <emphasis>Summary</emphasis> and <emphasis>Description</emphasis> are
42 mandatory.</para></listitem>
44 <listitem><para>As the last step, click on the <emphasis>Commit</emphasis>
45 button to commit your changes to the database. A log of this will be sent
46 to the lfs-book mailinglist.</para></listitem>
48 </itemizedlist>
50 </sect1>