From ada7a26e57fdf4ef4a2e27cbf66b37a392a292b1 Mon Sep 17 00:00:00 2001 From: Diego Calleja Date: Sat, 30 Sep 2006 23:27:49 -0700 Subject: [PATCH] --- yaml --- r: 37642 b: refs/heads/master c: 3f27100872b21e4cc70d07b96eeb3611b30bce63 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/HOWTO | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index eeb70eb0a63d..14137f3a67ae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 328a338f6f9943a0a77292315a25628b22f79fed +refs/heads/master: 3f27100872b21e4cc70d07b96eeb3611b30bce63 diff --git a/trunk/Documentation/HOWTO b/trunk/Documentation/HOWTO index 1d6560413cc5..d6f3dd1a3464 100644 --- a/trunk/Documentation/HOWTO +++ b/trunk/Documentation/HOWTO @@ -375,6 +375,26 @@ of information is needed by the kernel developers to help track down the problem. +Managing bug reports +-------------------- + +One of the best ways to put into practice your hacking skills is by fixing +bugs reported by other people. Not only you will help to make the kernel +more stable, you'll learn to fix real world problems and you will improve +your skills, and other developers will be aware of your presence. Fixing +bugs is one of the best ways to earn merit amongst the developers, because +not many people like wasting time fixing other people's bugs. + +To work in the already reported bug reports, go to http://bugzilla.kernel.org. +If you want to be advised of the future bug reports, you can subscribe to the +bugme-new mailing list (only new bug reports are mailed here) or to the +bugme-janitor mailing list (every change in the bugzilla is mailed here) + + http://lists.osdl.org/mailman/listinfo/bugme-new + http://lists.osdl.org/mailman/listinfo/bugme-janitors + + + Mailing lists -------------