This series rST-ifies: - security-process[1] - MailingLists[2] - GettingStartedDevelopers[3]
The 'security-process' page is from the QEMU web and is moved to docs/devel/ in QEMU Git. This is based on Paolo's feedback here[4]. The next two docs are converted from the Wiki. [1] https://www.qemu.org/contribute/security-process [2] https://wiki.qemu.org/Contribute/MailingLists [3] https://wiki.qemu.org/Documentation/GettingStartedDevelopers [4] https://lists.nongnu.org/archive/html/qemu-devel/2021-11/msg04002.html Kashyap Chamarthy (3): docs: rSTify "security-process" page; move it to QEMU Git docs: rSTify MailingLists wiki; move it to QEMU Git docs: rSTify GettingStartedDevelopers wiki; move it to QEMU Git docs/devel/getting-started-developers.rst | 200 ++++++++++++++++++++++ docs/devel/index.rst | 3 + docs/devel/mailing-lists.rst | 53 ++++++ docs/devel/security-process.rst | 190 ++++++++++++++++++++ 4 files changed, 446 insertions(+) create mode 100644 docs/devel/getting-started-developers.rst create mode 100644 docs/devel/mailing-lists.rst create mode 100644 docs/devel/security-process.rst -- 2.33.1