Got rid of one too many "Also," prefixes.
[rsync-web.git] / bugzilla.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>rsync bug-tracking</TITLE>
5 </HEAD>
6 <!--#include virtual="header.html" -->
7
8 <H2 align="center">rsync bug-tracking</H2>
9
10 <p> If you think you have found a bug in rsync we would appreciate
11 it if you would check the <a href="issues.html">list of current
12 issues</a> and
13 <a href="https://bugzilla.samba.org/buglist.cgi?product=rsync&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED">search the bugzilla database</a>
14 to see if the problem is already known.  Also, there are several patches for
15 being-considered features in the <a href="/ftp/unpacked/rsync/patches/">patches dir</a>.
16
17 <p> If you haven't already done so, please take a couple of minutes to read Simon Tatham's
18 <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">advice
19 on how to report bugs</a>.
20
21 <p> To report a bug or make suggestions, use one of these methods:
22
23 <ul>
24
25 <li> Your primary resource is the
26 <a href="http://lists.samba.org/mailman/listinfo/rsync">rsync mailing list</a>
27 which is at <tt>rsync@lists.samba.org</tt>.  Use this list to discuss any
28 problem you're seeing or enhancements you're thinking of and get help/responses
29 from your fellow rsync users and those working on it.  The mailing list does
30 accept patches (typically as MIME attachments), but it is often easier to
31 attach a patch to an appropriate bugzilla report.
32
33 <li> If you'd like to see a bug-report or feature-request get officially noted,
34 <a href="https://bugzilla.samba.org/enter_bug.cgi?product=rsync">create a
35 report via bugzilla</a> (this does require that you have created a bugzilla
36 account, but that is a very simple process).  All new items and changes to
37 existing items generate email to the mailing list, so the list naturally stays
38 up-to-date with what is happening in the bug-tracking database.  (N.B.  if
39 you're making a suggestion, please be sure to set the <code>Severity</code> to
40 <code>Enhancement</code>.)
41
42 </ul>
43
44 <p> Thanks for helping out!
45
46 <!--#include virtual="footer.html" -->