mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
19 lines
504 B
ReStructuredText
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
|