Files
godot-contributing-docs/organization/pull_requests/index.rst
2025-11-06 20:49:47 +01:00

19 lines
504 B
ReStructuredText

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
:name: sec-pull-requests
creating_pull_requests
review_process
review_guidelines
testing
merge_guidelines