mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 11:53:53 -06:00

Currently we have a short paragraph saying that patches must include a Signed-off-by line, and merely link to the kernel documentation. The linked kernel docs have a lot of content beyond the part about sign-off an thus are misleading/distracting to QEMU contributors. This introduces a dedicated 'code-provenance' page in QEMU talking about why we require sign-off, explaining the other tags we commonly use, and what to do in some edge cases. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
21 lines
400 B
ReStructuredText
21 lines
400 B
ReStructuredText
.. _development_process:
|
|
|
|
QEMU Community Processes
|
|
------------------------
|
|
|
|
Notes about how to interact with the community and how and where to submit patches.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
code-of-conduct
|
|
conflict-resolution
|
|
maintainers
|
|
style
|
|
submitting-a-patch
|
|
code-provenance
|
|
trivial-patches
|
|
stable-process
|
|
submitting-a-pull-request
|
|
secure-coding-practices
|
|
rust
|