]> arthur.barton.de Git - ngircd-web.git/blob - bugtracker.php.en
README.md: Fix output path of pandoc command
[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, and you can create
18         new issues for new bugs or wishlist items, too.
19 </p>
20 <p>
21         Please try to describe your problem as precisely as possible, and of
22         course patches (pull requests) are always very welcome!
23 </p>
24 <?php
25         end_page();
26 ?>