]> git.wh0rd.org - nano-editor.git/blob - contact.php
8e0822f120b11e2a7502e27c29ee4cab8f345c1b
[nano-editor.git] / contact.php
1 <?php $title="Reporting bugs"; include "top.php"; ?>
2
3 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
4 <tr VALIGN=TOP>
5 <td>
6
7 <br>
8 <center><b>Reporting Bugs</b></center>
9
10 <blockquote>Please use nano's pages on Savannah for:
11 <P>
12 <UL>
13 <LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Bug reports</A></LI>
14 <br>
15 <LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Feature requests</A></LI>
16 <br>
17 <LI><A HREF="https://savannah.gnu.org/patch/?group=nano">Submitting patches</A></LI>
18 </UL>
19 For any other issues please email the nano-devel list (see below).
20 </blockquote>
21
22 <br><br>
23 <center><b>Mailing Lists</b></center>
24
25 <blockquote>
26 <ul>
27 <li>When you have questions about how to do things with nano:<br>
28 <a href="https://lists.gnu.org/mailman/listinfo/help-nano">
29 https://lists.gnu.org/mailman/listinfo/help-nano</a></li>
30 <br>
31 <li>When you want to discuss technical details of the editor:<br>
32 <a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
33 https://lists.gnu.org/mailman/listinfo/nano-devel</a></li>
34 <br>
35 <li>When you wish to receive an announcement of each new release:<br>
36 <a href="https://lists.gnu.org/mailman/listinfo/info-nano">
37 https://lists.gnu.org/mailman/listinfo/info-nano</a></li>
38 </ul>
39 </blockquote>
40
41 </td>
42 </tr>
43 </table>
44
45 <?php include "bottom.php"; ?>