From 12cef174efb4b88582e8fd2349203a91ba05701b Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Wed, 30 Jul 2025 12:33:01 +0200 Subject: [PATCH] Move compat breakage into first steps, it probably won't need its own article. --- engine/compatibility_breakages.rst | 8 -------- engine/first_steps.rst | 13 +++++++++++-- 2 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 engine/compatibility_breakages.rst diff --git a/engine/compatibility_breakages.rst b/engine/compatibility_breakages.rst deleted file mode 100644 index 344f799..0000000 --- a/engine/compatibility_breakages.rst +++ /dev/null @@ -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 `_. diff --git a/engine/first_steps.rst b/engine/first_steps.rst index 94faa1c..94029c6 100644 --- a/engine/first_steps.rst +++ b/engine/first_steps.rst @@ -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 `_.