diff options
Diffstat (limited to 'htdocs/bug-report.php')
-rw-r--r-- | htdocs/bug-report.php | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/htdocs/bug-report.php b/htdocs/bug-report.php index 31397890..4f78fd05 100644 --- a/htdocs/bug-report.php +++ b/htdocs/bug-report.php @@ -1,6 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<!-- $Id: bug-report.php,v 1.4 2004-10-25 10:39:25 ggeiger Exp $ --> +<!-- $Id: bug-report.php,v 1.5 2004-11-15 15:04:39 ggeiger Exp $ --> <HTML> @@ -51,11 +51,18 @@ found as a <a href="http://crca.ucsd.edu/~msp/Software/">downloadable file on Mi <br> <p> The main purpose of the patches tracker is to make it easier to incorporate -changes and bug fixes into the Pd core. Including new stuff may take some -time, and the inclusion of some features might not get accepted. This -can have more reasons. We will try to comment on each rejected patch. +new features and bug fixes into the Pd core. Including new stuff may take some +time, and the inclusion of some features might not get accepted. The final +decision if your patch gets accepted is in the hands of Miller. If you +think your patch has been forgotten, please communicate it on the pd +developers list or to Miller directly. </p> - +<br> +<p> +If your patch is a bug fix, please choose the category "bugfix" in order +to mark it clearly. +</p> +<br> <p> All patches need to have a detailed description. This can later be used to decide if the patch can go into the main Pd distribution or not, and |