a347829161
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2354 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
23 lines
922 B
PHP
23 lines
922 B
PHP
<?php
|
|
|
|
// Tell users how to request enhancements
|
|
|
|
$TOPDIR = '..';
|
|
require_once "$TOPDIR/lib/functions.php";
|
|
|
|
insertHeader('Suggestions', NULL, NULL, array('support','suggest'));
|
|
?>
|
|
|
|
<h1>Send Sugestions to the xCAT Development Team</h1>
|
|
|
|
<p>Suggestions, bug reports, bug fixes, etc., are always welcome. Please post them to the
|
|
<A href="http://xcat.org/mailman/listinfo/xcat-user" >xCAT mailing list</A>.
|
|
Contributions are also welcome, such as minor new features, better
|
|
images, whole new pages, or enhancements to base xCAT.
|
|
See the <a href="http://xcat.wiki.sourceforge.net/xCAT+2+Contribution+Guildelines">xCAT contribution guidelines</a>
|
|
for more information.</p>
|
|
|
|
<p>To see what is already on our todo list for this web interface, or to request a new feature,
|
|
go to the <a href="http://xcat.wiki.sourceforge.net/Web+Interface+Wish+List">Web Interface Wish List</a>.</p>
|
|
|
|
<?php insertFooter(); ?>
|