From 4d37c7b830f05169d1e56e24e78cc9ef065a45f6 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 22 Oct 2003 15:06:11 +0000 Subject: [PATCH] Added information on using Bugzilla. Removed information on using llvm-bugs to report bugs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9371 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToSubmitABug.html | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index 9d6c6e5f8f0..b7bc2042a94 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -49,11 +49,25 @@ what type of bug it is, follow the instructions in the linked section to narrow down the bug so that the person who fixes it will be able to find the problem more easily.

-Once you have a reduced test-case, email information about the bug to: llvmbugs@cs.uiuc.edu. 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).

+Once you have a reduced test-case, go to + +the LLVM Bug Tracking System, + +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: +

+

Thanks for helping us make LLVM better!

-- 2.34.1