summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDaniel P. Berrangé2019-08-23 18:12:05 +0200
committerDaniel P. Berrangé2019-09-05 15:27:06 +0200
commit637f39568fc0bd9848fd9d225d52ab0c4c443ed3 (patch)
tree947580ede9339fa1c8038f821efcc2d20b46078e /README.rst
parentdocs: convert README, CODING_STYLE and HACKING to RST syntax (diff)
downloadqemu-637f39568fc0bd9848fd9d225d52ab0c4c443ed3.tar.gz
qemu-637f39568fc0bd9848fd9d225d52ab0c4c443ed3.tar.xz
qemu-637f39568fc0bd9848fd9d225d52ab0c4c443ed3.zip
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.rst2
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