mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2026-02-25 02:34:39 +03:00
Rename "review guidelines" to "Reviewing pull requests", to match other articles. Move "general rules and guidelines" to "Pull request guidelines", as it describes creating pull requests.
97 lines
2.4 KiB
ReStructuredText
97 lines
2.4 KiB
ReStructuredText
Godot contributing documentation
|
|
================================
|
|
|
|
.. note:: This page documents how to contribute to Godot.
|
|
Looking for the engine documentation instead? Visit
|
|
`docs.godotengine.org <https://docs.godotengine.org/en/stable/>`__!
|
|
|
|
Learn how to contribute to `Godot Engine <https://godotengine.org>`__,
|
|
the free and open source community-driven 2D and 3D game engine! If you are new,
|
|
we recommend that you read the :ref:`introduction page <doc_ways_to_contribute>`
|
|
to get an overview of the ways in which you can contribute to Godot.
|
|
|
|
The table of contents in the sidebar should let you easily access the documentation
|
|
for your topic of interest. You can also use the search function in the top-left corner.
|
|
|
|
.. 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: Organization
|
|
:name: sec-organization
|
|
|
|
organization/how_to_contribute
|
|
organization/areas
|
|
organization/resources
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
:caption: Testing and reporting issues
|
|
:name: sec-reporting-issues
|
|
|
|
reporting_issues/first_steps
|
|
reporting_issues/bisecting
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
:caption: Issue Triage
|
|
:name: sec-triage
|
|
|
|
triage/about
|
|
triage/workflow
|
|
triage/guidelines
|
|
triage/release_blockers
|
|
triage/sprint_instructions
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
:caption: Pull requests
|
|
:name: sec-pull-requests
|
|
|
|
pull_requests/pr_workflow
|
|
pull_requests/pull_request_guidelines
|
|
pull_requests/creating_pull_requests
|
|
pull_requests/review_guidelines
|
|
pull_requests/testing
|
|
pull_requests/merge_guidelines
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
:caption: Contributing to the engine
|
|
:name: sec-engine
|
|
|
|
engine/introduction
|
|
engine/guidelines/index
|
|
engine/unit_tests
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
:caption: Contributing documentation
|
|
:name: sec-documentation
|
|
|
|
documentation/overview
|
|
documentation/guidelines/index
|
|
documentation/class_reference
|
|
documentation/manual/index
|
|
documentation/contributing_to_the_contributing_docs
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
:caption: Other
|
|
:name: sec-other
|
|
|
|
other/ideas
|
|
other/translations
|
|
other/website
|
|
other/demos
|
|
other/benchmarks
|
|
other/godot-cpp
|