From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [kvm-unit-tests PATCH 1/7] READ: add some CONTRIBUTING notes Date: Fri, 3 Jul 2015 14:48:41 +0100 Message-ID: <1435931327-8073-2-git-send-email-alex.bennee@linaro.org> References: <1435931327-8073-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-wg0-f51.google.com ([74.125.82.51]:34665 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754909AbbGCNsw (ORCPT ); Fri, 3 Jul 2015 09:48:52 -0400 Received: by wgqq4 with SMTP id q4so89069224wgq.1 for ; Fri, 03 Jul 2015 06:48:51 -0700 (PDT) In-Reply-To: <1435931327-8073-1-git-send-email-alex.bennee@linaro.org> Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Alex Benn=C3=A9e --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README b/README index e9869d1..4001456 100644 --- a/README +++ b/README @@ -25,3 +25,25 @@ 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 +----- + + - 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