ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/support.xhtml
Revision: 1.7
Committed: Fri Jun 21 17:26:08 2013 UTC (10 years, 9 months ago) by tdb
Branch: MAIN
Changes since 1.6: +2 -2 lines
Log Message:
Another few minor cleanups.

File Contents

# Content
1 <!--#include virtual="/doctype.inc" -->
2 <head>
3 <title>
4 Reporting Bugs
5 </title>
6 <!--#include virtual="/style.inc" -->
7 </head>
8 <body>
9 <div id="container">
10 <div id="main">
11 <!--#include virtual="/header.inc" -->
12 <div id="contents">
13 <h1 class="top">
14 Reporting Bugs
15 </h1>
16 <p>
17 i-scream makes uses of the GitHub issue trackers
18 associated with our projects over on
19 <a href="http://github.com/i-scream">GitHub</a>. If you've
20 found a bug with our software that's the best place to
21 report and discuss it. If you have a fix, you can make a
22 pull request there too.
23 </p>
24 <p>
25 If you want some help using one of the projects or which
26 to discuss any other issues the best place to go to is the
27 users mailing list. You can find out more about our mailing
28 lists <a href="mailinglists.xhtml">here</a>.
29 </p>
30 <p>
31 If there issue needs to remain private, for example a
32 security issue, please contact Tim directly. His details
33 are on the <a href="who.xhtml">Who We Are</a> page. This
34 should only be used in exceptional circumstances - we
35 prefer all discussion to happen on public mailing lists or
36 bug trackers where possible.
37 </p>
38 </div>
39 <!--#include virtual="/footer.inc" -->
40 </div>
41 <!--#include virtual="/menu.inc" -->
42 </div>
43 </body>
44 </html>