<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>

<sect1 id="ch05-fixbug">
  <title>Mark a bug fixed</title>
  <?dbhtml filename="fixbug.html"?>

  <para>Once you have fixed a bug and have committed the relevant changes into
        the Subversion repository, you need to mark the bug fixed in Trac.
  </para>

  <itemizedlist>
    <listitem><para>Go to the bug you fixed and which is assigned to you.</para>
    </listitem>

    <listitem><para>Select the <emphasis>Resolve bug, changing resolution to
      </emphasis> radio button. Then select the proper resolution. Usually
      you'll select <emphasis>fixed</emphasis> here, but there are times when
      you select other ones like cases where a reported bug is invalid
      (<emphasis>invalid</emphasis>), or we know about it but won't fix it
      (<emphasis>wontfix</emphasis>) and so on.</para>
    </listitem>

    <listitem><para>Click on the <emphasis>Submit changes</emphasis> button to commit
      the changes to the database.</para>
    </listitem>
  </itemizedlist>
</sect1>
