From 4c7d9cfdad9980b4bf8ef9fd4d63a5c2d2fe6fc7 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Wed, 18 Feb 2026 13:24:01 +0100 Subject: [PATCH] Improve wording in How to contribute. --- organization/how_to_contribute.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/organization/how_to_contribute.rst b/organization/how_to_contribute.rst index 991e65e..7df60df 100644 --- a/organization/how_to_contribute.rst +++ b/organization/how_to_contribute.rst @@ -69,8 +69,7 @@ Participate in Godot's development - **Engine code (mainly C++)** If you are a programmer, you can contribute to Godot by :ref:`working on its source code `. - You can participate in almost every step of the :ref:`PR workflow `! Most commonly, contributors - fix bugs and make improvements by :ref:`opening pull requests `. + Most commonly, contributors fix bugs and make improvements by :ref:`opening pull requests `. Once you start getting more proficient with Godot's codebase, we'd also greatly appreciate help in the :ref:`code review process `!