]> git.wh0rd.org - nano-editor.git/blame_incremental - contact.php
add the 'lang' attribute, and drop the mistaken "generator" thing
[nano-editor.git] / contact.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2
3<title>GNU nano: Reporting Bugs</title>
4
5<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
6<tr VALIGN=TOP>
7<td>
8
9<br>
10<center><b>Reporting Bugs</b></center>
11
12<blockquote>Please use nano's pages on Savannah for:
13<P>
14<UL>
15<LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Bug reports</A></LI>
16<LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Feature requests</A></LI>
17<LI><A HREF="https://savannah.gnu.org/patch/?group=nano">Submitting patches</A></LI>
18</UL>
19For 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 want to discuss technical details of the editor:<br>
28<a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
29https://lists.gnu.org/mailman/listinfo/nano-devel
30</a>
31<li>When you wish to receive an announcement of each new release:<br>
32<a href="https://lists.gnu.org/mailman/listinfo/info-nano">
33https://lists.gnu.org/mailman/listinfo/info-nano
34</a>
35<li>When you have questions about how to do things with nano:<br>
36<a href="https://lists.gnu.org/mailman/listinfo/help-nano">
37https://lists.gnu.org/mailman/listinfo/help-nano
38</a>
39</ul>
40</blockquote>
41
42</td>
43</tr>
44</table>
45
46<?php include "bottom.php"; ?>