initial import
[grml.org.git] / bugs / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Bugs</title>
5 <meta name="Title" content="grml.org - Report bug" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Report bug(s) at grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/bugs/" />
11 <meta name="Robots" content="index,follow" />
12 <meta name="Language" content="english" />
13 <meta name="identifier-url" content="http://www.grml.org/" />
14 <meta name="MSSmartTagsPreventParsing" content="true" />
15 <meta http-equiv="imagetoolbar" content="no" />
16 <link rel="home" href="/" title="grml.org" />
17 <link rel="help" href="/features/" title="About" />
18 <link rel="author" href="/team/" title="Team" />
19 <link rel="icon" href="/favicon.png" type="image/png" />
20 <link rel="stylesheet" href="/style.css" type="text/css" />
21 </head>
22
23 <body>
24 <?php include '../static.inc'; ?>
25
26 <div class="content">
27
28         <p><img style="float: right" src="/img/face-tongue.png" alt="*" /></p>
29
30         <h1>Bugs</h1>
31
32         <h2>Known Bugs</h2>
33         <p>Issues regarding the current releases can be found in the <a
34           href="http://wiki.grml.org/">grml-wiki</a>:</p>
35
36         <ul>
37           <li>Known Bugs for <a href="http://wiki.grml.org/doku.php?id=grml_2011.05">Grml 2011.05</a></li>
38           <li>Known Bugs for <a href="http://wiki.grml.org/doku.php?id=grml_2010.12">Grml 2010.12</a></li>
39         </ul>
40
41         <ul>
42           <li><a href="http://bts.grml.org/grml/">Open Issues in the Bugtracker</a></li>
43         </ul>
44
45         <h2>Report a new bug</h2>
46
47         <ul>
48           <li>Web: <a href="http://bts.grml.org/grml/user?@template=register">Register</a> and then <a href="http://bts.grml.org/grml/issue?@template=item">Create an issue</a></li>
49           <li>Using E-Mail: Send mail to <code>bugs (at) grml.org</code></li>
50         </ul>
51
52         <p>Please be as specific as possible.<br>
53         Include at least:
54         <ul>
55             <li>Steps to reproduce the problem</li>
56             <li>Expected behaviour</li>
57             <li>Actual behaviour</li>
58             <li>Your system configuration (run <code>grml-hwinfo</code>)</li>
59             <li>Software versions (try <code>foo --version</code> or <code>dpkg -l foo</code>)</li>
60         </ul>
61         </p>
62
63         <p>Take a look at "<a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How to Report Bugs Effectively</a>".</p>
64
65         <p>Note: all bugs are made public.</p>
66
67         <p><b>Thank you for helping us improving Grml!</b></p>
68 </div>
69
70 <?php include '../static_bottom.inc'; ?>