Merge remote-tracking branch 'origin/github/pr/45'
[grml.org.git] / bugs / index.html.tt2
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="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="https://grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 [% INCLUDE static.inc %]
24
25 <div class="content">
26
27         <p><img style="float: right" src="/img/face-tongue.png" alt="*" /></p>
28
29         <h1>Reporting Bugs</h1>
30
31         <p>Please check for <a href="/bugs/known/">known bugs</a> before reporting new ones.</p>
32
33         <p>Send us your bug report to <code>bugs (at) grml.org</code> or open a new issue in our repositories on Github.
34         We track issues at <a href="https://github.com/grml/grml/issues">github.com/grml/grml/issues</a>.
35         Several Grml sub-projects (grml-debootstrap, grml-etc-core, grml2usb,...) have their own repository and issue tracking,
36         see <a href="https://github.com/grml/">github.com/grml/</a> to get an overview. If you're unsure where to report an issue though,
37         feel free to use <a href="https://github.com/grml/grml/issues">github.com/grml/grml/issues</a> though.</p>
38
39         <p>Please be as specific as possible. Include at least:
40         <ul>
41             <li>Steps to reproduce the problem</li>
42             <li>Expected behavior</li>
43             <li>Actual behavior</li>
44             <li>Your system configuration (e.g. run <code>grml-hwinfo</code>)</li>
45             <li>Software versions (<code>grml-version</code> and for the tool in question try <code>foo --version</code> or <code>dpkg -l foo</code>)</li>
46         </ul>
47         </p>
48
49         <p>Take a look at "<a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How to Report Bugs Effectively</a>".</p>
50
51         <p>Note: all bugs are made public.</p>
52
53         <p><b>Thank you for helping us improve Grml!</b></p>
54 </div>
55
56 [% INCLUDE static_bottom.inc %]