-
Notifications
You must be signed in to change notification settings - Fork 13
/
bug_tracker.html
55 lines (48 loc) · 1.87 KB
/
bug_tracker.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>MPAS Bug Tracker</title>
<style type="text/css">
#apDiv1 {
position:absolute;
width:350px;
height:341px;
z-index:1;
left: 100px;
top: 35px;
}
#apDiv2 {
position:absolute;
width:700px;
height:20px;
z-index:2;
left: 21px;
top: 7px;
}
#apDiv3 {
position:absolute;
width:392px;
height:319px;
z-index:3;
left: 100px;
top: 38px;
}
#apDiv4 {
position:absolute;
width:701px;
height:201px;
z-index:4;
left: 20px;
top: 360px;
}
</style></head><body>
<div id="apDiv2">
<p>This page provides information for users who would like to report a bug or submit a feature request.</p>
<p><strong>Bug Reports:</strong><p>
<p>Bug reports should be as detailed a possible to help developers try to reproduce and fix them. In order to help gather information that could help the bug fix process, please use <a href="https://gist.github.com/douglasjacobsen/5868321" title="Bug report template" target="_blank">this template</a> when submitting a bug report.<p>
<p> Bug reports should be submitted through the <a href="https://github.com/MPAS-Dev/MPAS-Model/issues?state=open" title="MPAS-Model Issue Tracker" target="_blank">issue tracker</a> on the github website.</p>
<br>
<br>
<p><strong>Feature Requests:</strong></p>
<p>As with bug reports, feature requests should be as detailed as possible. They should also be submitted through the <a href="https://github.com/MPAS-Dev/MPAS-Model/issues?state=open" title="MPAS-Model Issue Tracker" target="_blank">issue tracker</a> on the github website.</p>
</div>
</body></html>