* Merged newxml into HEAD
[linux_from_scratch.git] / editor-manual / chapter05 / assignbug.xml
blobd32478137b0e1296fcdeef78b0d6e77ad4117f96
1 <sect1 id="ch05-assignbug">
2 <title>Assigning bugs</title>
3 <?dbhtml filename="assignbug.html" dir="chapter05"?>
5 <para>You're ready to start working on a bug that's in Bugzilla. Step one
6 is to assign the bug to yourself. This informs us that somebody is working
7 on the bug so we can move onto other bugs.</para>
9 <itemizedlist>
11 <listitem><para>Go to the bug you want to work on.</para></listitem>
13 <listitem><para>Select the <emphasis>Accept bug (change status to
14 ASSIGNED)</emphasis> radio button.</para></listitem>
16 <listitem><para>Click on the <emphasis>Commit</emphasis>
17 button.</para></listitem>
19 <listitem><para>While working on the bug, sometimes you may want to add
20 comments to it. Feel free to do so.</para></listitem>
22 </itemizedlist>
24 </sect1>