index.rst 527 B

12345678910111213141516171819
  1. :allow_comments: False
  2. .. _doc_contributing_to_the_engine:
  3. Engine development
  4. ==================
  5. The guides below explain how to work on the engine's codebase.
  6. If you plan to contribute to the engine, please make sure to also read the
  7. `contribution guidelines <https://contributing.godotengine.org/en/latest/engine/introduction.html>`__.
  8. .. toctree::
  9. :maxdepth: 1
  10. :name: toc-contributing-to-the-engine-environment
  11. configuring_an_ide/index
  12. compiling/index
  13. debugging/index
  14. handling_compatibility_breakages