mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-28 10:04:14 +00:00
Add documentation contributing information with project specific recommentations along with some common reST and Sphinx constructs. Reorganize contributing section to fit this new doc in. Also * Cleanup stray file (CODEOWNERS) from when docs were in their own repo. * Remove licensing footer on generated pages (not really needed). * Pull replacement strings into substitutions.txt for easier management. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
14 lines
307 B
ReStructuredText
14 lines
307 B
ReStructuredText
.. _contribute:
|
|
|
|
Contributing to the Project
|
|
###########################
|
|
|
|
As an open-source project, we welcome and encourage the community to submit
|
|
patches for code, documentation, tests, and more, directly to the project.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
contribute_guidelines.rst
|
|
doc_guidelines.rst
|