2005-03-29 00:55:04 +00:00
|
|
|
<?php
|
|
|
|
require_once("docutil.php");
|
|
|
|
|
|
|
|
page_head("How to submit bug reports and feature requests");
|
|
|
|
echo "
|
|
|
|
There are several mechanisms for feedback on BOINC
|
|
|
|
(bug reports, feature requests, etc.).
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
|
|
|
<li> Post a message to the appropriate
|
2005-08-29 23:06:57 +00:00
|
|
|
<a href=email_lists.php>email list</a>.
|
2005-03-29 00:55:04 +00:00
|
|
|
Do this first.
|
|
|
|
Your bug may have already been fixed.
|
|
|
|
|
|
|
|
<li> Use BOINC's
|
|
|
|
<a href=http://bbugs.axpr.net/>external bug database</a>
|
2006-03-21 06:52:30 +00:00
|
|
|
(which is readable and writable).
|
2005-03-29 00:55:04 +00:00
|
|
|
|
2005-07-25 21:15:10 +00:00
|
|
|
";
|
2005-07-28 08:09:46 +00:00
|
|
|
if (1) {
|
2005-07-25 21:15:10 +00:00
|
|
|
echo "
|
2005-03-29 00:55:04 +00:00
|
|
|
<li> Read BOINC's
|
2005-07-25 21:15:10 +00:00
|
|
|
<a href=https://setiathome.berkeley.edu/taskbase>internal bug database</a>.
|
2005-03-29 00:55:04 +00:00
|
|
|
This is used by BOINC developers,
|
|
|
|
and is readable by the rest of the world.
|
|
|
|
</ul>
|
2005-07-25 21:15:10 +00:00
|
|
|
";
|
|
|
|
}
|
2006-06-03 16:16:13 +00:00
|
|
|
page_tail();
|
2005-03-29 00:55:04 +00:00
|
|
|
?>
|