summaryrefslogtreecommitdiff
path: root/www/patches.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-12-09 09:17:54 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-12-09 09:17:54 +0000
commitfc246a63a54d3f12efa7f8ee235708f827ba4ea5 (patch)
treef59ab11cb10f7b2aeeff98cb7f2ab80ab630a4d2 /www/patches.t
parent58bafee963dc9171a15d9540fe622705590da6ff (diff)
downloadrockbox-fc246a63a54d3f12efa7f8ee235708f827ba4ea5.tar.gz
rockbox-fc246a63a54d3f12efa7f8ee235708f827ba4ea5.zip
Added patch list
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4122 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/patches.t')
-rw-r--r--www/patches.t28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/patches.t b/www/patches.t
new file mode 100644
index 0000000000..695db23d46
--- /dev/null
+++ b/www/patches.t
@@ -0,0 +1,28 @@
1#define _PAGE_ Submitted patches
2#include "head.t"
3
4<!--#include file="patches.txt" -->
5
6#if 0
7<h2>Submitting new patches</h2>
8
9<a name="rules">
10<h3>Rules for bug reporting:</h3>
11
12<ol>
13<li> Check that the bug hasn't already been reported
14<li> Always include the following information in your bug report:
15 <ul>
16 <li> Which exact model Archos you have (as printed on the unit)
17 <li> Which exact ROM firmware version you have
18 <li> Which exact Rockbox version you are using (Menu->Version)
19 <li> A link to the data that malfunctions, if applicable (IMPORTANT!)
20 </ul>
21<li>If you have a Sourceforge account, log in before you file the report.
22<li>If you don't have a SF account, sign the report with your email.
23</ol>
24
25<p><a href="http://sourceforge.net/tracker/?func=add&group_id=44306&atid=439118">Click here to submit a new bug report</a>.
26#endif
27
28#include "foot.t"