1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<!DOCTYPE html>
<html>
<head>
<link rel=stylesheet href=style.css />
<link rel=icon href=CZI-new-logo.png />
</head>
<body>
<main>
<div class="goto-index"><a href="index.html">Table of contents</a></div>
<h1>Reporting problems or asking questions</h1>
<p>
If you bump into problems using Shasta,
or if you have questions or suggestions,
feel free to
<a href='https://github.com/paoloshasta/shasta/issues'>
submit an issue</a> on GitHub.
We will make an effort to respond to issues rapidly.
However, we are a small team
so please be patient.
<p>
Please use one issue per topic when possible:
<ul>
<li>If a new problem occurs, create a new issue rather than appending an old one.
It is fine to append an existing issue for discussion of the same problem for
which the issue was originally filed.
<li>If two different problems arise
on the same run, please file two separate issues.
</ul>
<div class="goto-index"><a href="index.html">Table of contents</a></div>
</main>
</body>
</html>
|