diff options
author | Alex Bennée | 2022-11-17 18:25:24 +0100 |
---|---|---|
committer | Alex Bennée | 2022-11-22 10:52:18 +0100 |
commit | 115847f6b05f7a6a3d475208fd120868627f049c (patch) | |
tree | 2868b7c10ea1691f7d78dc5cb408da7c5c08a723 /docs | |
parent | docs/devel: add a maintainers section to development process (diff) | |
download | qemu-115847f6b05f7a6a3d475208fd120868627f049c.tar.gz qemu-115847f6b05f7a6a3d475208fd120868627f049c.tar.xz qemu-115847f6b05f7a6a3d475208fd120868627f049c.zip |
docs/devel: make language a little less code centric
We welcome all sorts of patches.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221117172532.538149-6-alex.bennee@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devel/submitting-a-patch.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/devel/submitting-a-patch.rst b/docs/devel/submitting-a-patch.rst index fec33ce148..1319dfd3c2 100644 --- a/docs/devel/submitting-a-patch.rst +++ b/docs/devel/submitting-a-patch.rst @@ -3,11 +3,11 @@ Submitting a Patch ================== -QEMU welcomes contributions of code (either fixing bugs or adding new -functionality). However, we get a lot of patches, and so we have some -guidelines about submitting patches. If you follow these, you'll help -make our task of code review easier and your patch is likely to be -committed faster. +QEMU welcomes contributions to fix bugs, add functionality or improve +the documentation. However, we get a lot of patches, and so we have +some guidelines about submitting them. If you follow these, you'll +help make our task of contribution review easier and your change is +likely to be accepted and committed faster. This page seems very long, so if you are only trying to post a quick one-shot fix, the bare minimum we ask is that: |