Author: jcater Date: 2005-10-18 20:46:46 -0500 (Tue, 18 Oct 2005) New Revision: 8069
Modified: trunk/www/web/community/bugs.php Log: updated bugs page Modified: trunk/www/web/community/bugs.php =================================================================== --- trunk/www/web/community/bugs.php 2005-10-18 13:38:24 UTC (rev 8068) +++ trunk/www/web/community/bugs.php 2005-10-19 01:46:46 UTC (rev 8069) @@ -6,50 +6,12 @@ <div id="body"> <h1>Bug Tracking</h1> -<p>We have instituted GNUe DCL to do our internal project management -and bug tracking. As part of this, we have setup email accounts so -that you can easily e-mail bug reports and feature requests to the -developers!</p> +<p>We have installed <a href="http://roundup.sf.net/">Roundup</a> as our issue tracking software. To view outstanding issues, or to add an issue to our database, please visit <a href="http://www.gnuenterprise.org/roundup/gnue/">http://www.gnuenterprise.org/roundup/gnue/</a>. </p> -<p class="warn"><b>Note: We are having issues with our bug catchers listed below. In the meantime, please email <a href="mailto:[email protected]">[email protected]</a> with any GNUe tool bug reports/requests. If you are looking for support for DCL, please email <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>. Thanks!</b></p> - -<p>The following lists are by product to submit bug reports/feature -requests:</p> - -<ul> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe Forms</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe Designer</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe Reports</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNU-RPC (GNUe Common)</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : Double Chocco Latte</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe Application Server</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe Integrator</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe Documentation</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe web site and administration</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe configuration</li> -<li><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> : GNUe Document Storage -</ul> - -<p>Until packages are in a more final stage we will not have them -setup in DCL - as soon as they are set up in DCL, we will make them -available to take tickets via the e-mail gateway.</p> - -<p>Also note you can view tickets and work orders online at -<a href="https://www.gnuenterprise.org/dclgw/"> -https://www.gnuenterprise.org/dclgw/</a>. Log in using:</p> -<pre> - Username: guest - Password: guest -</pre> - -<p>In the near future, we will let people create accounts online. Until then, -if you wish to have an account, please e-mail -<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> to request one.</p> - <h2>Patches</h2> -<p>We willingly accept patches - you can include them as attatchments to -e-mails sent to the above addresses. For preference, our preferred format +<p>We willingly accept patches - you can include them as attachments or email to our [email protected] address. +Our preferred format for patches is the output produced by <code>diff -Naur</code> rather than <code>svn diff -c</code>. (This is because it is less likely to break things if SVN has been updated between your last SVN update and us applying the _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
