mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
26 lines
671 B
ReStructuredText
26 lines
671 B
ReStructuredText
.. _doc_engine_guidelines:
|
|
|
|
Engine contribution guidelines
|
|
==============================
|
|
|
|
This section explains guidelines for contributing to the engine.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: sec-engine-contribution-guidelines
|
|
|
|
best_practices
|
|
optimization
|
|
cpp_usage_guidelines
|
|
code_style
|
|
editor_style_guide
|
|
|
|
.. _doc_handling_compatibility_breakages:
|
|
|
|
Handling compatibility breakages
|
|
--------------------------------
|
|
|
|
.. TODO: Elaborate on types of compatibility and procedure.
|
|
|
|
See also the `current documentation for compatibility breakages <https://docs.godotengine.org/en/stable/engine_details/development/handling_compatibility_breakages.html>`_.
|