-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathreport_an_issue.html
40 lines (35 loc) · 1.28 KB
/
report_an_issue.html
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
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>Report an issue</title>
<meta charset="utf-8">
<script src="static/jquery/jquery-1.11.3.min.js"></script>
<link rel="stylesheet" href="static/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="static/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div>
<h1>Data Science Examples: How to report an issue</h1>
</div>
<hr>
<br>
<h3>Send <a href="mailto:[email protected]">email to h2ostream</a>,
or visit the <a href="https://groups.google.com/forum/#!forum/h2ostream">h2ostream web page</a>.</h3>
<h3>(h2ostream is the <a href="http://h2o.ai">H2O</a> open source community forum.)</h3>
<div>
<br>
<h4>Including as much of the following information as you can helps a lot:</h4>
<ul>
<li>H2O version information</li>
<li>General environment (OS type)</li>
<li>A link to the example you are trying</li>
<li>The specific tab you are trying</li>
<li>Are you using the H2O Flow web UI? If so, include a screenshot.</li>
<li>Console output with the error message in context</li>
<li>H2O logs</li>
</ul>
</div>
</div>
</body>
</html>