sane-project-website/bugs.html

77 wiersze
2.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>SANE - Reporting Bugs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Henning Meier-Geinitz">
<meta name="keywords" content="sane, scanner, bug, reporting, feature
request, error, mistake, contact">
<meta name="description" content="Reporting bugs in SANE or the SANE website">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<center>
<a href="./"><img src="images/sane.png"
alt="SANE" height="117" width="346" border="0"></a>
</center>
<center>
<h1>SANE - Reporting Bugs</h1>
</center>
<hr>
<p>
Issues can be used to report bugs or missing features in any of the SANE
Project's components. Please be as specific as possible and add as much
information as possible. Issues can be submitted for
<a href="https://gitlab.com/sane-project/backends/issues/new">sane-backends</a>,
<a href="https://gitlab.com/sane-project/frontends/issues/new">sane-frontends</a>,
and the <a href="https://gitlab.com/sane-project/website/issues/new">website</a>.
Use labels where appropriate. Labels for all backends and frontends are
available (for the component that provides them) as well as more generic
labels. The sane-backends components also has labels to indicate the type
of connection.
</p>
<ul>
<li>
If you are not sure which label(s) to select, simply don't select any.
The SANE project members will add them where appropriate.
</li>
<li>
For security related issues, tick the checkbox to mark the issue as
confidential in addition to adding the security label.
</li>
<li>
Use attachments for images, screenshots, debug logs and otherwise lengthy
command-line output.
</li>
<li>
If you attach a patch, please also add a patch label.
</li>
<li>
<a href="https://gitlab.com/help/user/search/index.md">Search</a> for similar
issues before reporting a new one. Comment on the existing issue instead or
mention it in the issue you are about to submit.
</li>
<li>
Use <a href="https://gitlab.com/help/user/markdown.md">GitLab Flavored
Markdown</a> to make commands tried and their output readable.
</li>
</ul>
<hr>
<p>
<a href="./">SANE homepage</a><br>
<a href="imprint.html">Contact</a>
</p>
</body>
</html>