Eliminate / replace remaining cPickle references in test scripts.
[scons.git] / www / feature-request.html
1 <html>
2 <head>
3 <title>Feature Requests</title>
4 </head>
5 <body>
6
7 <div id="apphead">
8 <h1><small>scons</small><br />Feature Requests</h1>
9 </div>
10
11 <p>
12 <strong>You must now
13 <a href="http://www.tigris.org/servlets/Login">log in</a>
14 to a <a href="http://www.tigris.org">tigris.org</a> account
15 before submitting a feature request!</strong>
16 </p>
17
18 <p>
19 Feature requests should be submitted to the
20 <a href="http://scons.tigris.org/issues/enter_bug.cgi?component=scons&subcomponent=scons&issue_type=FEATURE">"Enter Issue" page</a>.
21 A more detailed set of <a href="feature-request.html#steps">submission steps</a>
22 can be found below.
23 </p>
24
25 <p>
26 The "Enter Issue" links on this page,
27 by default, create a <tt>FEATURE</tt> request,
28 a request for completely new SCons functionality.
29 If your request is for modified behavior
30 of an already-existing SCons feature,
31 you may wish to change the Issue type
32 to an <tt>ENHANCEMENT</tt> request.
33 If you're not sure, leave the issue as a <tt>FEATURE</tt> request;
34 it can be reclassified in the future, if necessary.
35 </div>
36
37 <div class="h2 app" style="border-left: 0px" id="customcontent">
38
39 <h2 id="steps">Steps for Submitting a Feature Request</h2>
40
41 <p>
42 The following guides you step-by-step through the
43 process of submitting a feature request.
44 </p>
45
46 <ul>
47 <li>
48 <strong><a href="http://www.tigris.org/servlets/Login">Log in</a> at tigris.org</strong>
49 <p>
50 If you do not already have a tigris.org account,
51 register for one at
52 <a href="http://www.tigris.org/servlets/Join">http://www.tigris.org/servlets/Join</a>.
53 </p>
54 <p>
55 We no longer accept anonymous feature requests,
56 due to spambot abuse of the open-door policy.
57 </p>
58 </li>
59 <li>
60 <strong>Go to the
61 <a href="http://scons.tigris.org/issues/enter_bug.cgi?component=scons&subcomponent=scons&issue_type=FEATURE">"Enter issue" page</a>
62 </strong>
63 <p>
64 By default, the "scons" subcomponent is selected;
65 if this bug is for a different subcomponent, select that instead.
66 </p>
67 </li>
68 <li>
69 <strong>Fill in a good Summary line describing the feature you're requesting</strong>
70 <p>
71 This line is what shows up in summary reports,
72 so it should be descriptive but not too long.
73 </p>
74 </li>
75 <li>
76 <strong>Fill in the Description field</strong>
77 <p>
78 This is where you should go into detail
79 about what you'd like to see SCons do differently.
80 When in doubt, include more information rather than less.
81 </p>
82 </li>
83 <li>
84 <strong>Press the "Submit issue" to submit your request</strong>
85 <p>
86 You will now receive a <tt>Posting issue</tt> page
87 that gives you the number of the issue you submitted.
88 If you want to attach a file to your feature request,
89 you can do so by clicking the
90 <tt>Attach a file to this issue</tt>
91 link and using that page to upload a file.
92 </p>
93 </li>
94 </ul>
95
96 </div>
97
98 </body>
99 </html>