Further updates for 2018.12-rc1 release
[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="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 [% 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>Reporting Bugs</h1>
31
32         <p>Please check for <a href="/bugs/known/">known bugs</a> before reporting new ones.</p>
33
34         <p>Send us your bug report to <code>bugs (at) grml.org</code> or open a new issue in our repositories on Github.
35         We track issues at <a href="https://github.com/grml/grml/issues">github.com/grml/grml/issues</a>.
36         Several Grml sub-projects (grml-debootstrap, grml-etc-core, grml2usb,...) have their own repository and issue tracking,
37         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,
38         feel free to use <a href="https://github.com/grml/grml/issues">github.com/grml/grml/issues</a> though.</p>
39
40         <p>Please be as specific as possible. Include at least:
41         <ul>
42             <li>Steps to reproduce the problem</li>
43             <li>Expected behavior</li>
44             <li>Actual behavior</li>
45             <li>Your system configuration (e.g. run <code>grml-hwinfo</code>)</li>
46             <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>
47         </ul>
48         </p>
49
50         <p>Take a look at "<a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How to Report Bugs Effectively</a>".</p>
51
52         <p>Note: all bugs are made public.</p>
53
54         <p><b>Thank you for helping us improve Grml!</b></p>
55 </div>
56
57 [% INCLUDE static_bottom.inc %]