From 0a216bf5c92ed128162d8eb76fbccb9da376a1d2 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Sat, 2 Aug 2025 11:48:14 +0200 Subject: [PATCH] Improve description of pull requests. --- organization/pull_requests/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/organization/pull_requests/index.rst b/organization/pull_requests/index.rst index a00b4d8..a4a8f71 100644 --- a/organization/pull_requests/index.rst +++ b/organization/pull_requests/index.rst @@ -1,7 +1,11 @@ Pull requests ============= -This section explains how to work with pull requests. +Pull requests are a fundamental building block in Godot's organization. +They are essentially requests to integrate specific code changes or updates into the project. +We use the same pull request workflow for the Godot engine, documentation, and other repositories. + +Learn how we work with pull requests in this section. .. toctree:: :maxdepth: 1