Added a security patch for systemd
[linux_from_scratch.git] / editor-manual / chapter05 / assignbug.xml
blobb73a8272a3ef68bf9aa8495fe248ed030534de56
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
7 <sect1 id="ch05-assignbug">
8   <title>Assigning bugs</title>
9   <?dbhtml filename="assignbug.html"?>
11   <para>You're ready to start working on a bug that's in Trac. Step one is
12     to assign the bug to yourself. This informs us that somebody is working on
13     the bug so we can move onto other bugs.
14   </para>
16   <itemizedlist>
18     <listitem><para>Go to the bug you want to work on.</para></listitem>
20     <listitem><para>Select the <emphasis>Accept ticket</emphasis> radio button.</para>
21     </listitem>
23     <listitem><para>Click on the <emphasis>Submit changes</emphasis> button.</para>
24     </listitem>
26     <listitem><para>While working on the bug, sometimes you may want to add
27       comments to it. Feel free to do so.</para>
28     </listitem>
29   </itemizedlist>
30 </sect1>