Files
qemu-web/CONTRIBUTING.md
Paolo Bonzini 1a86b0063e update links to the SubmitAPatch wiki page
The page is now part of the documentation, but it also has a redirect
in the qemu.org web server to provide a stable URL.  Use it instead
of linking out to wiki.qemu.org.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20211118074702.216951-2-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-11-19 10:08:05 +01:00

1.2 KiB

Contributing to qemu-web

The QEMU project accepts code contributions to the website as patches sent to the the developer mailing list:

https://lists.nongnu.org/mailman/listinfo/qemu-devel

You should also CC the website maintainers:

For further guidance on sending patches consult:

https://qemu.org/contribute/submit-a-patch/

It is expected that contributors check the rendered website before submitting patches. This is possible by either running jekyll locally, or by using the GitLab CI and Pages infrastructure.

Any branch that is pushed to a GitLab fork will result in a CI job being run visible at

https://gitlab.com/yourusername/qemu-web/-/pipelines

The rendered result can be then viewed at

https://yourusername.gitlab.io/qemu-web

Contributions submitted to the project must be in compliance with the Developer Certificate of Origin Version 1.1. This is documented at:

https://developercertificate.org/

To indicate compliance, each commit in a series must have a "Signed-off-by" tag with the submitter's name and email address. This can be added by passing the -s flag to git commit when creating the patches.