mirror of https://github.com/BOINC/boinc.git
30 lines
667 B
PHP
30 lines
667 B
PHP
<?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
|
|
<a href=http://boinc.berkeley.edu/community.php#email_lists>email list</a>.
|
|
Do this first.
|
|
Your bug may have already been fixed.
|
|
|
|
<li> Use BOINC's
|
|
<a href=http://bbugs.axpr.net/>external bug database</a>
|
|
(which is readable and writeable).
|
|
|
|
<li> Read BOINC's
|
|
<a href=http://setiathome.berkeley.edu/taskbase>internal bug database</a>.
|
|
This is used by BOINC developers,
|
|
and is readable by the rest of the world.
|
|
|
|
</ul>
|
|
<p>
|
|
|
|
";
|
|
?>
|