Mention the latest binaries.
[rsync-web.git] / bugtracking.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> Please use this checklist combined with the help on the
11 <a href="issues.html">issues and debugging</a> page before
12 reporting a bug.  Thanks!
13
14 <ul>
15
16 <li> If you're not using the latest released version, please upgrade before
17 reporting a bug.
18
19 <li> If you're using the latest released version, consult the
20 <a href="https://github.com/WayneD/rsync/blob/master/NEWS.md">NEWS file from the git repository</a> to see if what
21 you're seeing has already been handled in the version under development.
22
23 <li> It is also helpful to search the bug reports at both the new
24 <a href="https://github.com/WayneD/rsync/issues?q=is%3Aissue">GitHub issues tracker</a> and the old
25 <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">bugzilla database</a>
26 to see if the problem is already known.
27
28 <li> See also the <a href="issues.html">issues and debugging</a> page to
29 help you figure out if what you're seeing is a known bug and perhaps to
30 help diagnose what is going wrong.
31
32 <li> Discuss the bug on the
33 <a href="https://lists.samba.org/mailman/listinfo/rsync">rsync mailing list</a>
34 (which is at <tt>rsync@lists.samba.org</tt>) to help you figure out if what
35 you're seeing is really a bug or a mistake.
36
37 <li>There are several patches for features that are under consideration that
38 can be found in the <a href="https://github.com/WayneD/rsync-patches">rsync-patches repo</a>.
39
40 <li> If you haven't already done so, please take a couple of minutes to read Simon Tatham's
41 <a href="https://www.chiark.greenend.org.uk/~sgtatham/bugs.html">advice on how to report bugs</a>.
42
43 </ul>
44
45 <p> To report a bug or make suggestions, use one of these methods:
46
47 <ul>
48
49 <li> The mailing list (mentioned above) is a good resource for discussing
50 bugs and suggesting new features.  It accepts patches (typically as MIME
51 attachments), but for fixes is often easier to attach a patch to an
52 appropriate GitHub issue report or use a pull request.  Note that there is
53 no mandate to use pull requests for patches, as that can be a pretty high
54 bar of git know-how that not everyone needs to be familiar with.
55
56 <li> If you'd like to see a bug-report or feature-request get officially noted,
57 <a href="https://github.com/WayneD/rsync/issues">create an issue on GitHub</a>
58 (this does require that you have created a GitHub account).  If you want to
59 stay abreast of what's going on with the issues, make use of the GitHub
60 subscriptions to pick and choose what kind of notifications you want to
61 receive (e.g. just a single issue, all issues, all rsync activity, etc.).
62
63 </ul>
64
65 <p> Thanks for helping out!
66
67 <!--#include virtual="footer.html" -->