Files
godot-contributing-docs/index.rst
Lukas Tenbrink cc29190189 Add content from docs repository.
Re-structure according to actual content.
WIP, some references are still broken.
2025-07-29 21:22:56 +02:00

66 lines
1.2 KiB
ReStructuredText

Contributing to Godot Engine
============================
TODO
.. Below is the main table-of-content tree of the documentation website.
It is hidden on the page itself, but it makes up the sidebar for navigation.
.. toctree::
:hidden:
:maxdepth: 1
:caption: Contributing to the engine
:name: sec-engine
engine/first_steps
engine/creating_pull_requests
engine/cpp_usage_guidelines
engine/code_style
engine/compatibility_breakages
engine/unit_tests
.. toctree::
:hidden:
:maxdepth: 1
:caption: Contributing documentation
:name: sec-engine
documentation/first_steps
documentation/translation
.. toctree::
:hidden:
:maxdepth: 1
:caption: Sharing ideas and proposing changes
:name: sec-proposals
proposals/about
proposals/guidelines
.. toctree::
:hidden:
:maxdepth: 1
:caption: Issue Triage
:name: sec-triage
triage/about
triage/bisecting
.. toctree::
:hidden:
:maxdepth: 1
:caption: Pull Request Review
:name: sec-pull-request-review
pull_request_review/process
pull_request_review/guidelines
pull_request_review/testing
.. toctree::
:hidden:
:maxdepth: 1
:caption: Maintainers documentation
:name: sec-maintainers
maintainers/about