diff options
author | Steven Knight <knight@baldmt.com> | 2006-05-21 02:14:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-05-21 02:14:51 (GMT) |
commit | c2b39229e50afd21c7fb595a4c4f03443be2580a (patch) | |
tree | 4b536194f69583a983bf837bc6fc6b8ac3dc55b7 /www/feature-request.html | |
parent | 70eb2b342acfb7a5fa516067c8dd7f5c8a434268 (diff) | |
download | SCons-c2b39229e50afd21c7fb595a4c4f03443be2580a.zip SCons-c2b39229e50afd21c7fb595a4c4f03443be2580a.tar.gz SCons-c2b39229e50afd21c7fb595a4c4f03443be2580a.tar.bz2 |
Add initial place holder pages for bug/feature/patch submission guidelines,
and prototype nav bar links for them.
Diffstat (limited to 'www/feature-request.html')
-rw-r--r-- | www/feature-request.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/feature-request.html b/www/feature-request.html new file mode 100644 index 0000000..f7d0038 --- /dev/null +++ b/www/feature-request.html @@ -0,0 +1,22 @@ +<html> +<head> +<title>scons: Feature Request Guidelines</title> +</head> +<body> + +<div id="apphead"> +<h1><small>Feature Request Guidelines</small></h1> +</div> + +<p> +<a href="http://scons.tigris.org/issues/enter_bug.cgi?issue_type=FEATURE?subcomponent=scons">http://scons.tigris.org/issues/enter_bug.cgi?issue_type=FEATURE?subcomponent=scons</a> +</p> + +<p> +More information coming soon... +</p> + +</div> + +</body> +</html> |