[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 0/8] Finding a home for the Code of Conduct
The Code of Conduct has been approved [1]; now we need to find it a home. Since we've started using sphinx for the hypervisor documents, I propose doing the same for the project-wide governance documents, starting with the Code of Conduct. This series takes Lars' code of conduct tree, written as individual MD files, and puts them into the sphinx documentation system. After this series, if you run "make html" in the top-level directory, you'll get the generated sphinx documentation in the build/ directory. The finalized Code of Conduct documentation can be found at: https://xenbits.xen.org/git-http/people/gdunlap/governance.git This series can be found on the branch out/move-to-sphinx/v1 And a rendered version of the governance can be found here: https://xenbits.xenproject.org/people/gdunlap/governance/ If there are no objections to this setup, I propose the following URL as a long-term home: https://xenbits.xenproject.org/governance And also moving both the main governance doc [2] and the security policy [3] into that system, to make it easier to update. Thoughts? [1] https://marc.info/?i=CB503BA1-979C-42E5-86C6-AFAB10C738DF@xxxxxxxxxx%3E [2] https://xenproject.org/developers/governance/ [3] https://xenproject.org/developers/security-policy/ CC: Ian Jackson <ian.jackson@xxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> CC: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CC: Jan Beulich <jbeulich@xxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Julien Grall <julien.grall@xxxxxxx> CC: Paul Durrant <paul@xxxxxxxxxxxxxx> George Dunlap (8): Add basic sphinx structure Move docs into source directory, rename to rst Convert code-of-conduct to rst Convert communication-guide.md to rst Convert code-review-guide.md to rst Convert communication-practice.md to RST Convert resolving-disagreement.md to rst Clean up index page Makefile | 20 ++ .../code-of-conduct.rst | 39 ++- .../code-review-guide.rst | 154 ++++++---- .../communication-guide.rst | 27 +- .../communication-practice.rst | 289 +++++++++++------- source/conf.py | 54 ++++ source/index.rst | 36 +++ .../resolving-disagreement.rst | 109 ++++--- 8 files changed, 495 insertions(+), 233 deletions(-) create mode 100644 Makefile rename code-of-conduct.md => source/code-of-conduct.rst (83%) rename code-review-guide.md => source/code-review-guide.rst (79%) rename communication-guide.md => source/communication-guide.rst (82%) rename communication-practice.md => source/communication-practice.rst (75%) create mode 100644 source/conf.py create mode 100644 source/index.rst rename resolving-disagreement.md => source/resolving-disagreement.rst (72%) -- 2.24.3 (Apple Git-128)
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |