mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
75 lines
1.4 KiB
ReStructuredText
75 lines
1.4 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
|
|
engine/debugging/index
|
|
|
|
.. 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/first_steps
|
|
proposals/guidelines
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
:caption: Testing and reporting issues
|
|
:name: sec-reporting-issues
|
|
|
|
reporting_issues/first_steps
|
|
|
|
.. 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
|