Move compat breakage into first steps, it probably won't need its own article.

This commit is contained in:
Lukas Tenbrink
2025-07-30 12:33:01 +02:00
parent cffd8bbe8a
commit 12cef174ef
2 changed files with 11 additions and 10 deletions

View File

@@ -1,8 +0,0 @@
.. _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/contributing/development/handling_compatibility_breakages.html>`_.

View File

@@ -1,5 +1,5 @@
First steps
===========
First steps and engine contribution guidelines
==============================================
The possibility to study, use, modify and redistribute modifications of the
engine's source code are the fundamental rights that
@@ -58,3 +58,12 @@ details can also be discussed with other contributors on the `Godot Contributors
.. note:: Proposals are only required when working on an enhancement or a new feature.
Bug reports are sufficient for fixing issues.
.. _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/contributing/development/handling_compatibility_breakages.html>`_.