From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: Re: [kvm-unit-tests PATCH v2 1/4] README: add some CONTRIBUTING notes Date: Tue, 7 Jul 2015 13:43:07 +0200 Message-ID: <20150707114307.GD3381@hawk.localdomain> References: <1436252613-1540-1-git-send-email-alex.bennee@linaro.org> <1436252613-1540-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]:60676 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756600AbbGGLnL (ORCPT ); Tue, 7 Jul 2015 07:43:11 -0400 Content-Disposition: inline In-Reply-To: <1436252613-1540-2-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jul 07, 2015 at 08:03:30AM +0100, Alex Benn=E9e wrote: > Signed-off-by: Alex Benn=E9e >=20 > --- > v2 > - mention consistency > --- > README | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) >=20 > diff --git a/README b/README > index e9869d1..9389a26 100644 > --- a/README > +++ b/README > @@ -25,3 +25,29 @@ 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 > +----- > + > +Currently there is a mix of indentation styles so any changes to > +existing files should be consistent with the existing style. For new > +files: > + > + - C: please use standard linux-with-tabs > + - Shell: use TABs for indentation > + > +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 > + > --=20 > 2.4.5 Reviewed-by: Andrew Jones >=20 > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html