diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2019-08-23 17:12:05 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2019-09-05 14:27:06 +0100 |
commit | 637f39568fc0bd9848fd9d225d52ab0c4c443ed3 (patch) | |
tree | 947580ede9339fa1c8038f821efcc2d20b46078e /README.rst | |
parent | 336a7451e8803c21a2da6e7d1eca8cfb8e8b219a (diff) |
docs: merge HACKING.rst contents into CODING_STYLE.rst
The split of information between the two docs is rather arbitary and
unclear. It is simpler for contributors if all the information is in
one file.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 9ff2877416..7497709291 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ When submitting patches, one common approach is to use 'git format-patch' and/or 'git send-email' to format & send the mail to the qemu-devel@nongnu.org mailing list. All patches submitted must contain a 'Signed-off-by' line from the author. Patches should follow the -guidelines set out in the HACKING.rst and CODING_STYLE.rst files. +guidelines set out in the CODING_STYLE.rst file. Additional information on submitting patches can be found online via the QEMU website |