From fb89c4113cb767b7812391f3e9f4e24788b7a1ba Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 2 Aug 2002 00:59:35 +0000 Subject: The endless quest to force people into writing good bug reports part 2342: Moved patch section up front, that's what we want most after all. Reworded parts of the howto section and added a link to ESR's excellent RTFM FAQ. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6867 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/bugreports.html | 58 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 25 deletions(-) diff --git a/DOCS/bugreports.html b/DOCS/bugreports.html index 384c0993d1..d8dc36e0ce 100644 --- a/DOCS/bugreports.html +++ b/DOCS/bugreports.html @@ -11,22 +11,45 @@

Appendix C - How to report bugs

-

How to report bugs?

- -

First of all please try the latest CVS version of MPlayer as your bug -might already be fixed there. CVS instructions can be found at the bottom of -this page.

- -

If this did not help please refer to Appendix D -and the rest of the documentation. If your problem is not known or not solvable by -our instructions, then please report the bug.

+

How to fix bugs

If you feel have the necessary skills you are invited to have a go at fixing the bug yourself. Or maybe you already did that? Please read this short document to find out how to get your code included in MPlayer. The people on the mplayer-dev-eng -mailing list can assist you if you have questions.

+mailing list will assist you if you have questions.

+ +

How to report bugs

+ +

First of all please try the latest CVS version of MPlayer as your bug +might already be fixed there. CVS instructions can be found at the bottom of +this page or in the +README. If this did not help please refer to +the list of known bugs and the rest of the +documentation. If your problem is not known or not solvable by our instructions, +then please report the bug.

+ +

Please do not send bug reports privately to individual developers. This is +community work and thus there might be several people interested in it. +Sometimes other users already experienced your troubles and know how to +circumvent a problem even if it is a bug in MPlayer code.

+ +

Please describe your problem in as much detail as possible. Do a little +detective work to narrow down the circumstances under which the problem occurs. +Does the bug only show up in certain situations? Is it specific to certain files +or file types? Does it occur with only one codec or is it codec independent? +Can you reproduce it with all output drivers? The more information you provide +the better are our chances at fixing your problem. Please do not forget to +also include the valuable information requested below, we will be unable to +properly diagnose your problem otherwise.

+ +

An excellent and well written guide to asking questions in public forums is +How To Ask +Questions The Smart Way by Eric S. Raymond. If you follow these guidelines +you should be safe. But please understand that we all follow the mailing lists +voluntarily in our free time. We are very busy and cannot guarantee that you +will get a solution for your problem or even an answer.

Where to report bugs?

@@ -41,21 +64,6 @@ and send your bug report to:
ignored or banned. Also note that we will not individually CC (carbon-copy) people so it is a good idea to subscribe to actually receive your answer.

-

Please do not send bug reports privately to individual developers. This is -community work and thus there might be several people interested in it. -Also sometimes other users already experienced your troubles and have a -solution in hand how to circumvent a problem even if it is a bug in MPlayer -code.

- -

Please describe your problem in as much detail as possible. Do a little -detective work to narrow down the circumstances under which the problem occurs. -Does the bug only show up in certain situations? Is it specific to certain files -or file types? Does it occur with only one codec or is it codec independent? -Can you reproduce it with all output drivers? The more information you provide -the better are our chances at fixing your problem. Please do not forget to -also include the valuable information requested below, we will probably be -unable to properly diagnose your bug otherwise.

-

What to report?

System Information

-- cgit v1.2.3