12345678910111213141516171819 |
- :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
|