diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2007-01-08 23:52:01 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2007-01-08 23:52:01 +0000 |
| commit | 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 (patch) | |
| tree | d11bbebc69df06d60970d05b4816e13d93602f2d /www/bugs.t | |
| parent | 8cece5a745f30234bfced4becfd9dfe4ca1047d4 (diff) | |
| download | rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.zip rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.gz rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.bz2 rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.xz | |
Splitting out www
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/bugs.t')
| -rw-r--r-- | www/bugs.t | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/www/bugs.t b/www/bugs.t deleted file mode 100644 index 313f7ac..0000000 --- a/www/bugs.t +++ /dev/null @@ -1,30 +0,0 @@ -#define _PAGE_ Open bug reports -#include "head.t" - -<!--#include file="bugs.txt" --> - -<h2>Submitting new bug reports</h2> - -<a name="rules"></a> -<h3>Rules for bug reporting:</h3> - -<ol> -<li> Do not report bugs for unreleased code (i.e. Iriver at the moment). Use the <a href="/mail/">mailing list</a> or <a href="/irc/">IRC</a> to discuss such development. -<li> Check that the bug hasn't already been fixed! Try the latest <a href="/daily.shtml">daily build</a>. -<li> Check that the bug hasn't already been reported -<li> Do not add "I have the same problem" to an existing bug report if you aren't <b>absolutely certain</b> that it really is the same problem -<li> Always include the following information in your bug report: - <ul> - <li> Which exact music player model you have (as printed on the unit) - <li> Which exact Rockbox version you are using (Menu->Version) - <li> A link to the data that malfunctions, if applicable (IMPORTANT!) - </ul> -<li>If you have a Sourceforge account, log in before you file the report. -<li>If you don't have a SF account, sign the report with your email. -</ol> - -<p><b>Don't file "bug reports" that really are support questions!</b> Ask on <a href="/mail/">the mailing list</a> or in <a href="/irc/">IRC</a> instead. - -<p><a href="http://sourceforge.net/tracker/?func=add&group_id=44306&atid=439118">Click here to submit a new bug report</a>. - -#include "foot.t" |