From a2818bca232f167ac68cfbf412602d4902c4ae16 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 4 Sep 2019 20:56:35 -0300 Subject: [PATCH] README: updated instructions about sending patches The instructions there are a little outdated. Sergio suggested changing just my e-mail, but let's do a better job and use my canonical e-mail (mchehab@kernel.org), plus add the alternative of sending patches against either github or gitlab. Suggested-by: Sergio Gelato Signed-off-by: Mauro Carvalho Chehab --- README | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/README b/README index 969abaf..833b918 100644 --- a/README +++ b/README @@ -8,6 +8,11 @@ The main repository for the rasdaemon is at Fedora hosted: http://git.infradead.org/users/mchehab/rasdaemon.git +And two mirrors are available: + + https://github.com/mchehab/rasdaemon + https://gitlab.com/mchehab_kernel/rasdaemon + Tarballs for each release can be found at: http://www.infradead.org/~mchehab/rasdaemon/ @@ -180,13 +185,22 @@ SUBMITTING PATCHES ================== If you want to help improving this tool, be my guest! We try to follow -the Kernel's CodingStyle and submission rules as a reference. Please -send patches enclosed in an email, in plain text, to: - Mauro Carvalho Chehab - or - Mauro Carvalho Chehab +the Kernel's CodingStyle and submission rules as a reference. + +Please send patches enclosed in an email, in plain text, to: + + linux-edac@vger.kernel.org + +With a copy to: + + Mauro Carvalho Chehab + +Or, alternatively, send a pull request against github or gitlab repositories at: + + https://github.com/mchehab/rasdaemon + https://gitlab.com/mchehab_kernel/rasdaemon -Please always send a copy to linux-edac@vger.kernel.org. +(github preferred) Don't foget to add a description of the patch in the body of the email, adding a Signed-off-by: at the end of the patch description (before the unified diff -- 2.50.1