Changed the versioning sheme for Barry
[barry.git] / doc / www / bugs.php
bloba292234e7e9e01fe9b76e052fdb67da5037e88ac
1 <? include ("barry.inc"); ?>
3 <? createHeader("Reporting a Bug"); ?>
5 <? createSubHeader("Information to Report"); ?>
7 <p>When reporting a bug, it is helpful to include as much information as you
8 can about your system, and the circumstances surrounding the bug.</p>
10 <p>
11 Information to include, if applicable:
12 <ul>
13 <li>The exact error message you get, if any, when you encounter
14 the problem</li>
15 <li>Version of Barry</li>
16 <li>How you installed Barry</li>
17 <li>Any sample data that may help in reproducing the problem</li>
18 <li>Name and version of your operating system</li>
19 <li>Architecture of your system (32 bit? 64 bit? Intel? iMac?)</li>
20 </ul>
21 </p>
23 <p>Once you have all this information,
24 <?createLink("contact", "send it to us"); ?>.</p>
26 <p>If you also have a patch that solves the problem, see the page on
27 <? createLink("patches", "submitting patches"); ?>.</p>