mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
20 lines
527 B
ReStructuredText
20 lines
527 B
ReStructuredText
:allow_comments: False
|
|
|
|
.. _doc_contributing_to_the_engine:
|
|
|
|
Engine development
|
|
==================
|
|
|
|
The guides below explain how to work on the engine's codebase.
|
|
If you plan to contribute to the engine, please make sure to also read the
|
|
`contribution guidelines <https://contributing.godotengine.org/en/latest/engine/introduction.html>`__.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-contributing-to-the-engine-environment
|
|
|
|
configuring_an_ide/index
|
|
compiling/index
|
|
debugging/index
|
|
handling_compatibility_breakages
|