Moved the doc resources into an include file.
[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> Before reporting a bug, please review the following:
11
12 <ul>
13
14 <li> Please see the <a href="issues.html">issues and debugging</a> page to
15 help you figure out if what you're seeing is a known bug and perhaps to
16 help diagnose what is going wrong.
17
18 <li> To avoid duplicates, 
19 <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>
20 to see if the problem is already known.
21
22 <li> Discuss the bug on the
23 <a href="http://lists.samba.org/mailman/listinfo/rsync">rsync mailing list</a>
24 (which is at <tt>rsync@lists.samba.org</tt>) to help you figure out if what
25 you're seeing is really a bug or a mistake.
26
27 <li>There are several patches for features that are under consideration that
28 can be found in the <a href="/ftp/unpacked/rsync/patches/">patches dir</a> of
29 the source.
30
31 <li> If you haven't already done so, please take a couple of minutes to read Simon Tatham's
32 <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">advice
33 on how to report bugs</a>.
34
35 </ul>
36
37 <p> To report a bug or make suggestions, use one of these methods:
38
39 <ul>
40
41 <li> The mailing list (mentioned above) is a good resource for discussing
42 bugs and suggesting new features.  It accepts patches (typically as MIME
43 attachments), but for fixes is often easier to attach a patch to an
44 appropriate bugzilla report.
45
46 <li> If you'd like to see a bug-report or feature-request get officially noted,
47 <a href="https://bugzilla.samba.org/enter_bug.cgi?product=rsync">create a
48 report via bugzilla</a> (this does require that you have created a bugzilla
49 account, but that is a very simple process).  All new items and changes to
50 existing items generate email to the mailing list, so the list naturally stays
51 up-to-date with what is happening in the bug-tracking database.
52
53 </ul>
54
55 <p> Thanks for helping out!
56
57 <!--#include virtual="footer.html" -->