summaryrefslogtreecommitdiffstats
path: root/www/feature-request.html
blob: a912ab6cfaa06df89a964a304daa64b45fb967d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<title>Feature Requests</title>
</head>
<body>

<div id="apphead">
<h1><small>scons</small><br />Feature Requests</h1>
</div>

<p>
<strong>If you have not already done so, please
<a href="http://www.tigris.org/servlets/Login">log in</a>
before submitting a feature request!</strong>
<p>

<p>
Feature requests should be submitted to
<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=FEATURE">http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=FEATURE</a>
A more detailed set of <a href="feature-request.html#steps">submission steps</a>
can be found below.
</p>

</div>

<div class="h2 app" style="border-left: 0px" id="customcontent">

<h2 id="steps">Steps for Submitting a Feature Request</h2>

<p>
The following guides you step-by-step through the
process of submitting a feature request.
</p>

<ul>
<li>
<strong><a href="http://www.tigris.org/servlets/Login">Log in</a> at tigris.org</strong>
<p>
If you do not already have a tigris.org account,
you can register for one at
<a href="http://www.tigris.org/servlets/Join">http://www.tigris.org/servlets/Join</a>.
</p>
<p>
You can still submit a feature request anonymously, without logging in.
If you choose not to create a tigris.org account,
putting some identifying contact information
in the description will be helpful in case
the feature request requires some clarification.
</p>
</li>
<li>
<strong>Go to the "Enter issue" page at
<a href="http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=FEATURE">http://scons.tigris.org/issues/enter_bug.cgi?subcomponent=scons&issue_type=FEATURE</a>
</strong>
<p>
</p>
</li>
<li>
<strong>Fill in a good Summary line describing the feature you're requesting</strong>
<p>
This line is what shows up in summary reports,
so it should be descriptive but not too long.
</p>
</li>
<li>
<strong>Fill in the Description field</strong>
<p>
This is where you should go into detail
about what you have in mind for SCons.
When in doubt, include more information rather than less.
</p>
</li>
<li>
<strong>Press the "Submit issue" to submit your request</strong>
<p>
You will now receive a <strong>Posting issue</strong> page
that gives you the number of the issue you submitted.
If you want to attach a file to your feature request,
you can do so by clicking the
<strong>Attach a file to this issue</strong>
link and using that page to upload a file.
</p>
</li>
</ul>

</div>

</body>
</html>