diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-08-19 02:35:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-08-19 02:35:56 +0000 |
commit | 009597779053db5733d850ef053e304bd9313b1a (patch) | |
tree | 59e89316409ce7678b1f7c975a8d6924576a684d /docs/usage-bugzilla.html | |
parent | a95b3a8aa3408d6567a32ab411bced564aa62c08 (diff) | |
download | ATCD-009597779053db5733d850ef053e304bd9313b1a.tar.gz |
Added a simple document explaining basic usage of our
installation of bugzilla.
Diffstat (limited to 'docs/usage-bugzilla.html')
-rw-r--r-- | docs/usage-bugzilla.html | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/docs/usage-bugzilla.html b/docs/usage-bugzilla.html new file mode 100644 index 00000000000..b4208eed811 --- /dev/null +++ b/docs/usage-bugzilla.html @@ -0,0 +1,76 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> + <!-- $Id$ --> + <head> + <title>DOC Center Bug Tracking System Usage</title> + </head> + + <body> + <h1>DOC Center Bug Tracking System Usage</h1> + +<p> +The +<a href="http://www.cs.wustl.edu/~schmidt/doc-center.html"> +Center for Distributed Object Computing</a> uses the +<a href="http://www.mozilla.org//bugs/source.html">Bugzilla</a> bug +tracking system to keep track of existing problems and enhancement +requests. Use it to enter problem reports or make a request for +particular feature that you'd like to see integrated into +<a href="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE</a> or +<a href="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</a>. + +<p> +You can also use it to track the status of a particular bug or +enhancement. In addition, the bug tracking system can be used to add +comments and attachment that contain solutions or simple test cases. + +<p> +The bug tracking system is located at the following web site: +<a href="http://ace.cs.wustl.edu/bugzilla/"> + <samp>http://ace.cs.wustl.edu/bugzilla/</samp> +</a> + +<p> +If all you want to do is browse through the bugs in our bug tracking +system or view bug summary reports, then you can use the bug tracking +system right away. However, if you want to be able to submit bug +reports then you will have to create a bug tracking system account. + +<p> +Upon entering a bug or enhancement request for the first time, you +will be asked to enter an e-mail address. Once you've done that, you +will be mailed a password that you can use to log on to the bug +tracking system. You will only be asked to do this once. Any changes +to bug reports you submit will be mailed to the e-mail address you +provide. + +Once you've logged on, you will have the ability to enter bug +reports and modify existing ones. Other than adding comments, fixes +and attachments, please do not modify bug reports you haven't +submitted. + +For more information about using Bugzilla, and about bug reporting in +general, please see the following web sites: + +<a href="http://www.mozilla.org/bugs"> + <samp>http://www.mozilla.org/bugs</samp> +</a> +<a href="http://www.mozilla.org/quality/bug-writing-guidelines.html"> + <samp>http://www.mozilla.org/quality/bug-writing-guidelines.html</samp> +</a> + +Keep in mind that the Bugzilla installation at the above web site is +<em>not</em> the same Bugzilla installation at Center for Distributed +Object Computing. All bug reports and enhancement requests should be +done at the Center for Distributed Object Computing's Bugzilla web site. + + + + <hr> + <address><a href="mailto:othman@cs.wustl.edu">Ossama Othman</a></address> +<!-- Created: Wed Aug 18 14:45:31 EDT 1999 --> +<!-- hhmts start --> +Last modified: Wed Aug 18 21:35:29 CDT 1999 +<!-- hhmts end --> + </body> +</html> |