All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: kvm@vger.kernel.org
Cc: drjones@redhat.com, "Alex Bennée" <alex.bennee@linaro.org>
Subject: [kvm-unit-tests PATCH v2 1/4] README: add some CONTRIBUTING notes
Date: Tue,  7 Jul 2015 08:03:30 +0100	[thread overview]
Message-ID: <1436252613-1540-2-git-send-email-alex.bennee@linaro.org> (raw)
In-Reply-To: <1436252613-1540-1-git-send-email-alex.bennee@linaro.org>

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
v2
  - mention consistency
---
 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:
 ./<ARCH>:	the sources of the tests and the created objects/images
 
 See <ARCH>/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 <kvm@vger.kernel.org>.
+
+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
+
-- 
2.4.5


  reply	other threads:[~2015-07-07  7:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-07  7:03 [kvm-unit-tests PATCH v2 0/4] A couple of small fixes Alex Bennée
2015-07-07  7:03 ` Alex Bennée [this message]
2015-07-07 11:43   ` [kvm-unit-tests PATCH v2 1/4] README: add some CONTRIBUTING notes Andrew Jones
2015-07-07  7:03 ` [kvm-unit-tests PATCH v2 2/4] configure: emit HOST=$host to config.mak Alex Bennée
2015-07-07 11:43   ` Andrew Jones
2015-07-07  7:03 ` [kvm-unit-tests PATCH v2 3/4] arm/run: introduce usingkvm var and use it Alex Bennée
2015-07-07 11:36   ` Andrew Jones
2015-07-07  7:03 ` [kvm-unit-tests PATCH v2 4/4] arm/run: clean-up setting of accel options Alex Bennée
2015-07-07 11:40   ` Andrew Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1436252613-1540-2-git-send-email-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.