From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [kvm-unit-tests PATCH v5 02/11] README: add some CONTRIBUTING notes Date: Fri, 31 Jul 2015 16:53:52 +0100 Message-ID: <1438358041-18021-3-git-send-email-alex.bennee@linaro.org> References: <1438358041-18021-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: qemu-devel@nongnu.org, peter.maydell@linaro.org, a.spyridakis@virtualopensystems.com, drjones@redhat.com, a.rigo@virtualopensystems.com, claudio.fontana@huawei.com, kvm@vger.kernel.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= To: mttcg@listserver.greensocs.com, mark.burton@greensocs.com, fred.konrad@greensocs.com Return-path: Received: from mail-wi0-f175.google.com ([209.85.212.175]:36579 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752418AbbGaPy1 (ORCPT ); Fri, 31 Jul 2015 11:54:27 -0400 Received: by wicgj17 with SMTP id gj17so23707231wic.1 for ; Fri, 31 Jul 2015 08:54:26 -0700 (PDT) In-Reply-To: <1438358041-18021-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.5.0