From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [kvm-unit-tests PATCH 06/18] README: add some CONTRIBUTING notes Date: Tue, 10 Nov 2015 17:25:54 +0100 Message-ID: <56421A92.8090601@redhat.com> References: <1446769483-21586-1-git-send-email-drjones@redhat.com> <1446769483-21586-7-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: alex.bennee@linaro.org, cov@codeaurora.org To: Andrew Jones , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59862 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753646AbbKJQ0B (ORCPT ); Tue, 10 Nov 2015 11:26:01 -0500 In-Reply-To: <1446769483-21586-7-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 06/11/2015 01:24, Andrew Jones wrote: > From: Alex Benn=C3=A9e >=20 > Signed-off-by: Alex Benn=C3=A9e > Reviewed-by: Andrew Jones > --- > README | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) >=20 > diff --git a/README b/README > index 45587f2a97ec6..457bd797362cf 100644 > --- a/README > +++ b/README > @@ -41,3 +41,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 Which should be changed :) > +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 Applied, thanks. Paolo