|
Revision 4948, 2.7 kB
(checked in by erijo, 18 months ago)
|
|
Remove references to lists.sourceforge.net
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <? |
|---|
| 2 | include "header.php"; |
|---|
| 3 | ?> |
|---|
| 4 | |
|---|
| 5 | <div id="content" > |
|---|
| 6 | |
|---|
| 7 | <div id="main"><img src="images/main_title_bugs.gif" alt="Bugtracker" /></div> |
|---|
| 8 | <div id="maincontent"> |
|---|
| 9 | <div id="subcontent"> |
|---|
| 10 | |
|---|
| 11 | <!-- News Item Begin--> |
|---|
| 12 | <div class="news"> |
|---|
| 13 | <h2>Bugs</h2> |
|---|
| 14 | <p>When submitting bugs please make sure do the following:</p> |
|---|
| 15 | <ol> |
|---|
| 16 | <li> Check the open and closed bugs (called tickets) at the <a href="http://trac.licq.org/">Bug Tracking</a> site.</li> |
|---|
| 17 | |
|---|
| 18 | <li> Check the <a href="http://trac.licq.org/wiki/MailingList">Licq mailing lists</a>.</li> |
|---|
| 19 | <li> Ensure that the problem can be reproduced with the latest <a href="/daily.php">SVN Snapshot</a>. If it cannot be reproduced then please do not report it.</li> |
|---|
| 20 | <li> Ensure that you have included an email address where you can be reached for questions.</li> |
|---|
| 21 | <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 "It does not work".</li> |
|---|
| 22 | <li> Regularly check your own <a href="http://trac.licq.org/">Bug Reports</a> as notes will be added by one of the developers.</li> |
|---|
| 23 | </ol> |
|---|
| 24 | <p>If you have found a new bug, please submit it to <a href="http://trac.licq.org/">Bug Tracking</a> or subscribe to the <a href="http://groups.google.com/group/licq-dev">LICQ Developers Mailing List</a> and post your Bug Report there.</p> |
|---|
| 25 | <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> |
|---|
| 26 | <div class="footer"> |
|---|
| 27 | <div class="footer_right"></div> |
|---|
| 28 | </div> |
|---|
| 29 | </div> |
|---|
| 30 | <!-- News Item End--> |
|---|
| 31 | |
|---|
| 32 | <!-- News Item Begin--> |
|---|
| 33 | <div class="news"> |
|---|
| 34 | <h2>Feature Requests</h2> |
|---|
| 35 | <p>Before submitting feature requests, or if you want to help with Licq, see the <a href="http://trac.licq.org/query?status=new&status=assigned&status=reopened&type=enhancement&order=id">list of requested features</a>. If you are curious about upcoming features, see the <a href="http://trac.licq.org/roadmap">roadmap</a>.</p> |
|---|
| 36 | <div class="footer"> |
|---|
| 37 | <div class="footer_right"></div> |
|---|
| 38 | </div> |
|---|
| 39 | </div> |
|---|
| 40 | <!-- News Item End--> |
|---|
| 41 | |
|---|
| 42 | </div> |
|---|
| 43 | </div> |
|---|
| 44 | |
|---|
| 45 | <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div> |
|---|
| 46 | |
|---|
| 47 | </div> |
|---|
| 48 | |
|---|
| 49 | <? include "footer.php" ?> |
|---|