summaryrefslogtreecommitdiff
path: root/www/requests.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-25 12:32:04 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-25 12:32:04 +0000
commit8bdbd3e46887bd2805c5b0eb469ce2a963a2656e (patch)
tree443b9904314edf0ee877d32d39129f047d062033 /www/requests.t
parent7aa3c1770a290817c75437fd61480dee1d084988 (diff)
downloadrockbox-8bdbd3e46887bd2805c5b0eb469ce2a963a2656e.tar.gz
rockbox-8bdbd3e46887bd2805c5b0eb469ce2a963a2656e.zip
Updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2411 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/requests.t')
-rw-r--r--www/requests.t19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/requests.t b/www/requests.t
new file mode 100644
index 0000000000..2d7a004308
--- /dev/null
+++ b/www/requests.t
@@ -0,0 +1,19 @@
1#define _PAGE_ Open feature requests
2#include "head.t"
3
4<!--#include file="requests.txt" -->
5
6<h2>Submitting a new feature request</h2>
7
8<h3>Rules for feature requests:</h3>
9
10<ol>
11<li> Check that the feature hasn't already been requested
12<li> Check that the feature hasn't already been implemented (download the latest daily build and/or search the mail list archive)
13<li>If you have a Sourceforge account, log in before you file the request.
14<li>If you don't have a SF account, sign the request with your email.
15</ol>
16
17<p><a href="http://sourceforge.net/tracker/?func=add&group_id=44306&atid=439121">Click here to submit a new feature request</a>.
18
19#include "foot.t"