]> arthur.barton.de Git - ngircd-web.git/blob - bugtracker.php.en
Update the --help output
[ngircd-web.git] / bugtracker.php.en
1 <?php
2         include('includes/common.php');
3         begin_page('en', 'Bugtracker');
4 ?>
5 <h2>
6         Bug-Tracker
7 </h2>
8 <p>
9         We are using the bug tracking system at
10         <a href="https://github.com/">GitHub</a>
11         to avoid losing sight of existing bugs and suggestions for
12         features in ngIRCd.
13 </p>
14 <p>
15         You can get
16         <a href="https://github.com/ngircd/ngircd/issues">information</a>
17         on all known bugs (and probable fixes) there.
18 </p>
19 <p>
20         If you find any new mistakes, please create a
21         <a href="https://github.com/ngircd/ngircd/issues/new">bug report</a>!
22         Thank you!
23 </p>
24 <?php
25         end_page();
26 ?>