From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [kvm-unit-tests PATCH 1/7] READ: add some CONTRIBUTING notes Date: Mon, 6 Jul 2015 14:56:06 +0200 Message-ID: <20150706125606.GC17217@hawk.localdomain> References: <1435931327-8073-1-git-send-email-alex.bennee@linaro.org> <1435931327-8073-2-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Alex =?iso-8859-1?Q?Benn=E9e?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40805 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754968AbbGFM4K (ORCPT ); Mon, 6 Jul 2015 08:56:10 -0400 Content-Disposition: inline In-Reply-To: <1435931327-8073-2-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: $SUBJECT is missing the 'ME' in README, but no biggy... On Fri, Jul 03, 2015 at 02:48:41PM +0100, Alex Benn=E9e wrote: > Signed-off-by: Alex Benn=E9e > --- > README | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+) >=20 > diff --git a/README b/README > index e9869d1..4001456 100644 > --- a/README > +++ b/README > @@ -25,3 +25,25 @@ Directory structure: > ./: the sources of the tests and the created objects/images > =20 > See /README for architecture specific documentation. > + > +CONTRIBUTING: > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +Style > +----- > + > + - C: please use standard linux-with-tabs > + - Shell: use TABs for indentation This is (unfortunately) not globally true. We have plenty of lib/ and x86/ code that don't follow this style. Maybe we should bite the bullet and fix those someday. Or, add a line to this README that says, 'use the style of the file for consistency'. > + > +Patches > +------- > + > +Patches are welcome at the KVM mailing list . > + > +Please prefix messages with: [kvm-unit-tests PATCH] > + > +You can add the following to .git/config to do this automatically fo= r you: > + > +[format] > + subjectprefix =3D kvm-unit-tests PATCH > + This is good to document. Thanks, drew