added web pages
[debian/openrocket] / web / htp / report.htp
1 <file template="body.htt">
2 <set title="OpenRocket &mdash; Bug reports and feature requests">
3 <set page="report">
4
5 <block name="body">
6   <h1>Bug reports and feature requests for OpenRocket</h1>
7   <div class="content">
8
9     <h2>Bug reports</h2>
10
11     <p>If you encounter problems with OpenRocket, please report them
12     so they can be fixed in future versions.  Please follow the
13     instructions below to report a bug:</p>
14
15     <ul>
16       <li>Search the bug repository to see if the bug has already been
17       reported.  If it is, please add extra information to that bug
18       report:
19       <form action="https://sourceforge.net/search/index.php" method="get">
20         <p><input type="hidden" name="group_id" value="260357" />
21         <input type="hidden" name="type_of_search" value="artifact"/>
22 <!--    <input type="hidden" name="group_artifact_id" value="1127606" /> -->
23 <!--    <input type="hidden" name="artifact_group" value="Bug" /> -->
24         <input type="hidden" name="search_summary" value="1" />
25         <input type="hidden" name="search_details" value="1" />
26         <input type="hidden" name="search_comments" value="1" />
27
28         <input type="text" name="all_words" value="" />
29         <input type="submit" name="form_submit" value="Search" /></p>
30       </form>
31       </li>
32
33       <li>Report the bug using the 
34       <a href="https://sourceforge.net/tracker/?func=add&amp;group_id=260357&amp;atid=1127606">bug
35       tracker</a>.  Follow the instructions provided to fill in the 
36       report.</li>
37
38       <li>If you are unsure about some issue, you can discuss it in
39       the appropriate 
40       <a href="http://apps.sourceforge.net/phpbb/openrocket/">support 
41       forum</a>.</li>
42     </ul>
43
44     <h2>Feature requests</h2>
45
46     <p>Good ideas on how to make OpenRocket better are always welcome!
47     The features will be implemented as there is time.  However, no
48     promises are made of when or whether some feature will be
49     provided.</p>
50
51     <p>If you would like to implement some feature yourself, patches
52     are sincerely welcome.  Please <a href="contact.html#contact">contact
53     me</a> in order to coordinate our efforts.</p>
54
55     <p>When requesting a feature:</p>
56
57     <ul>
58       <li>Check that the feature is not already in the
59         <a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/trunk/TODO">TODO-file</a> or
60       the <a href="https://sourceforge.net/tracker/?group_id=260357&amp;atid=1127606&amp;artgroup=899287">enhancement requests</a>.</li>
61       <li>Send the request to the <a href="https://sourceforge.net/tracker/?func=add&amp;group_id=260357&amp;atid=1127606">bug tracker</a> as an
62       enhancement request.  Please send multiple enhancements as
63       individual items.</li>
64     </ul>
65
66     <contentbox>
67   </div>
68 </block>