From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [kvm-unit-tests PATCH 06/18] README: add some CONTRIBUTING notes Date: Thu, 5 Nov 2015 18:24:31 -0600 Message-ID: <1446769483-21586-7-git-send-email-drjones@redhat.com> References: <1446769483-21586-1-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: pbonzini@redhat.com, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49660 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965996AbbKFAZH (ORCPT ); Thu, 5 Nov 2015 19:25:07 -0500 In-Reply-To: <1446769483-21586-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: =46rom: Alex Benn=C3=A9e Signed-off-by: Alex Benn=C3=A9e Reviewed-by: Andrew Jones --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 + +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 for = you: + +[format] + subjectprefix =3D kvm-unit-tests PATCH + --=20 2.4.3