zstd: move it earlier in chap6 for GCC
[linux_from_scratch.git] / editor-manual / chapter05 / fixbug.xml
blob83ff922e3b6ae967791a528500ea78cff724c16a
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-fixbug">
8   <title>Mark a bug fixed</title>
9   <?dbhtml filename="fixbug.html"?>
11   <para>Once you have fixed a bug and have committed the relevant changes into
12         the Subversion repository, you need to mark the bug fixed in Trac.
13   </para>
15   <itemizedlist>
16     <listitem><para>Go to the bug you fixed and which is assigned to you.</para>
17     </listitem>
19     <listitem><para>Select the <emphasis>Resolve bug, changing resolution to
20       </emphasis> radio button. Then select the proper resolution. Usually
21       you'll select <emphasis>fixed</emphasis> here, but there are times when
22       you select other ones like cases where a reported bug is invalid
23       (<emphasis>invalid</emphasis>), or we know about it but won't fix it
24       (<emphasis>wontfix</emphasis>) and so on.</para>
25     </listitem>
27     <listitem><para>Click on the <emphasis>Submit changes</emphasis> button to commit
28       the changes to the database.</para>
29     </listitem>
30   </itemizedlist>
31 </sect1>