Cleanup code whitespace
[nbgit.git] / javahelp / org / nbgit / docs / issues.html
blobf2c9d51796d6da7da60eadd9a64516ab37c8b778
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Issues and Bug Reporting</title>
5 <link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 </head>
8 <body>
9 <h1>Issues and Bug Reporting</h1>
10 <p>
11 The module is far from complete. Below some of the known
12 problems are listed along with how to report bugs.
13 </p>
15 <h3>Known Issues</h3>
16 <p>
17 Known issues that are deemed worthy is listed here. Others
18 can be found in the issue tracker.
19 </p>
20 <ul>
21 <li>The status information is not always updated correctly.</li>
22 <li>When listing the status for a project, files in build/
23 is visible.</li>
24 </ul>
26 <h3>Bug Reporting</h3>
27 <p>
28 Did you find a bug? Got an idea for a must-have feature?
29 </p>
30 <ul>
31 <li>Report an issue:<br/>
32 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
33 <param name="content" value="http://code.google.com/p/nbgit/issues/entry">
34 <param name="text" value="<html><u>http://code.google.com/p/nbgit/issues/entry</u></html>">
35 <param name="textFontSize" value="medium">
36 <param name="textColor" value="blue">
37 </object>
38 </li>
39 <li>View all issues in the issue tracker:<br/>
40 <object classid="java:org.netbeans.modules.javahelp.BrowserDisplayer">
41 <param name="content" value="http://code.google.com/p/nbgit/issues/">
42 <param name="text" value="<html><u>http://code.google.com/p/nbgit/issues/</u></html>">
43 <param name="textFontSize" value="medium">
44 <param name="textColor" value="blue">
45 </object>
46 </li>
47 </ul>
48 </body>
49 </html>