From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [kvm-unit-tests PATCH v4 1/3] README: add some CONTRIBUTING notes Date: Wed, 22 Jul 2015 18:49:54 +0100 Message-ID: <1437587396-4568-2-git-send-email-alex.bennee@linaro.org> References: <1437587396-4568-1-git-send-email-alex.bennee@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: drjones@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= To: kvm@vger.kernel.org Return-path: Received: from mail-wi0-f173.google.com ([209.85.212.173]:37698 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757129AbbGVRuE (ORCPT ); Wed, 22 Jul 2015 13:50:04 -0400 Received: by wibud3 with SMTP id ud3so183810040wib.0 for ; Wed, 22 Jul 2015 10:50:03 -0700 (PDT) In-Reply-To: <1437587396-4568-1-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Alex Benn=C3=A9e Reviewed-by: Andrew Jones --- v2 - mention consistency v3 - add r-b tag --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 for = you: + +[format] + subjectprefix =3D kvm-unit-tests PATCH + --=20 2.4.5