From patchwork Wed Jul 8 15:23:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 6748561 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BD681C05AC for ; Wed, 8 Jul 2015 15:23:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D587D20573 for ; Wed, 8 Jul 2015 15:23:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EF790205D8 for ; Wed, 8 Jul 2015 15:23:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935081AbbGHPXx (ORCPT ); Wed, 8 Jul 2015 11:23:53 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:37530 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751621AbbGHPXr (ORCPT ); Wed, 8 Jul 2015 11:23:47 -0400 Received: by wiclp1 with SMTP id lp1so83946285wic.0 for ; Wed, 08 Jul 2015 08:23:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=d3Q3rrjDoWeCN6pL8VrX4WUJUcDSp7JucnaMrRn5yxI=; b=GiBHV3IWR7pO6qEyfgfJ3243UO2LP9TSKVCMFN+Ug9VFJZz+lLEcRt78GwNe//iEcX 7Hp7LsF/LYv357Nvs2MmiijYoEQLKIRVQ0PfPW9j1ZQxTLN3c8zO3nLt7WGxnMSXXsI8 65e4r7hO2HGiFZqgd5HXYxDJg0I1DkwOf+AQbsvx4K1ASN6HVq08KzwBoWgVtzNG2ZpN yYuQ+hcwpPOhwIOVrd3Ijxw9rvJps8p6xhFOI2nVP0lF10Cb69aFK6LuxNphCGTuDGFh r8gap9vO43gLk2oj8fZKYj0Xy6pmXFm00F5umjVo/XCxEHHoPY8DsZMs+5WjjAthJc0z H0OQ== X-Gm-Message-State: ALoCoQk0LVi5I2q3t8/d4imLGLrj7CZIMkyZEUH81F4KwgrjzDwwQIbUEYe4Juja+pmrNqtkZCXf X-Received: by 10.194.58.130 with SMTP id r2mr19537676wjq.72.1436369025976; Wed, 08 Jul 2015 08:23:45 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id h9sm4016444wjq.10.2015.07.08.08.23.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jul 2015 08:23:44 -0700 (PDT) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id C919A3E09D3; Wed, 8 Jul 2015 16:23:42 +0100 (BST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: kvm@vger.kernel.org Cc: drjones@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= Subject: [kvm-unit-tests PATCH v3 1/3] README: add some CONTRIBUTING notes Date: Wed, 8 Jul 2015 16:23:38 +0100 Message-Id: <1436369020-22489-2-git-send-email-alex.bennee@linaro.org> X-Mailer: git-send-email 2.4.5 In-Reply-To: <1436369020-22489-1-git-send-email-alex.bennee@linaro.org> References: <1436369020-22489-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Alex Bennée 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 See /README for architecture specific documentation. + +CONTRIBUTING: +============= + +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 = kvm-unit-tests PATCH +