[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html
John Criswell
criswell at cs.uiuc.edu
Wed Oct 22 10:07:05 PDT 2003
Changes in directory llvm/docs:
HowToSubmitABug.html updated: 1.6 -> 1.7
---
Log message:
Added information on using Bugzilla.
Removed information on using llvm-bugs to report bugs.
---
Diffs of the changes: (+18 -4)
Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.6 llvm/docs/HowToSubmitABug.html:1.7
--- llvm/docs/HowToSubmitABug.html:1.6 Tue Oct 14 15:58:07 2003
+++ llvm/docs/HowToSubmitABug.html Wed Oct 22 10:06:11 2003
@@ -49,11 +49,25 @@
down the bug so that the person who fixes it will be able to find the problem
more easily.<p>
-Once you have a reduced test-case, email information about the bug to: <a
-href="mailto:llvmbugs at cs.uiuc.edu">llvmbugs at cs.uiuc.edu</a>. This should
-include all of the information necessary to reproduce the problem, including
-where you got the LLVM tree from (if you're not working out of CVS).<p>
+Once you have a reduced test-case, go to
+<a href="http://zion.cs.uiuc.edu/bugs/enter_bug.cgi">
+the LLVM Bug Tracking System,
+</a>
+select the catagory in which the bug falls, and fill out the form with the
+necessary details. The bug description should contain the following
+information:
+<ul>
+ <li>
+ All information necessary to reproduce the problem.
+ <li>
+ The reduced test-case that triggers the bug.
+
+ <li>
+ The location where you obtained LLVM (if not from our CVS repository).
+</ul>
+
+<p>
Thanks for helping us make LLVM better!<p>
More information about the llvm-commits
mailing list