root/branches/licq/website/bugs.php

Revision 4124, 2.7 kB (checked in by emostar, 4 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1    <? include "header.php" ?>
2     
3      <div id="content" >
4
5                <div id="main"><img src="images/main_title_bugs.gif" alt="Bugtracker" /></div>
6        <div id="maincontent">
7          <div id="subcontent">
8
9            <!-- News Item Begin-->
10            <div class="news">
11              <h2>Bugs</h2>
12              <p>When submitting bugs please make sure do the following:</p>
13              <ol>
14              <li> Check the open and closed bugs at the <a href="http://sourceforge.net/bugs/?group_id=254">Bug Tracking</a> site.</li>
15
16              <li> Check the <a href="http://sourceforge.net/mail/?group_id=254">Licq mailing lists</a>.</li>
17              <li> Ensure that the problem can be reproduced with the latest <a href="http://www.rhrk.uni-kl.de/~dmuell/licq/">CVS Snapshot</a>.  If it cannot be reproduced then please do not report it.</li>
18              <li> Ensure that you have included an email address where you can be reached for questions.</li>
19              <li> Be as descriptive as you can about the bug.  Include OS, OS Version, QT Version if you are using the qt-gui, Error messages, etc..  Not just &quot;It does not work&quot;.</li>
20              <li> Regularly check your own <a href="http://sourceforge.net/bugs/?group_id=254">Bug Reports</a> as notes will be added by one of the developers.</li>
21              </ol>
22              <p>If you have found a new bug, please submit it to <a href="http://sourceforge.net/bugs/?group_id=254">Bug Tracking</a> or subscribe to the <a href="http://lists.sourceforge.net/mailman/listinfo/licq-devel">LICQ Developers Mailing List</a> and post your Bug Report there.</p>
23              <p>Remember in order for the developers to resolve bugs they need to communicate with the people reporting them.  Please keep in touch with them and answer any questions that they may have to the best of your ability.</p>
24              <div class="footer">
25                <div class="footer_right"></div>
26              </div>
27            </div>
28            <!-- News Item End-->
29
30            <!-- News Item Begin-->
31            <div class="news">
32              <h2>Feature Requests</h2>
33              <p>Before submitting feature requests, or if you are curious about upcoming features or want to help with Licq, see the <a href="http://sourceforge.net/tracker/?atid=350254&group_id=254&func=browse">feature request manager</a>.</p>
34              <div class="footer">
35                <div class="footer_right"></div>
36              </div>
37            </div>
38            <!-- News Item End-->
39
40          </div>
41        </div>
42
43        <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div>
44
45            </div>
46
47<? include "footer.php" ?>
Note: See TracBrowser for help on using the browser.