mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Clarify cherry-picking workflow in Contributing to the Documentation
This commit is contained in:
@@ -49,9 +49,11 @@ contribute, you should also read:
|
||||
Contributing changes
|
||||
--------------------
|
||||
|
||||
**Pull Requests should use the** ``master`` **branch by default.** Only make Pull
|
||||
Requests against other branches (e.g. ``2.1`` or ``3.0``) if your changes only
|
||||
apply to that specific version of Godot.
|
||||
**Pull requests should use the** ``master`` **branch by default.** Only make pull
|
||||
requests against other branches (e.g. ``3.6`` or ``4.2``) if your changes only
|
||||
apply to that specific version of Godot. After a pull request is merged into
|
||||
``master``, it will usually be cherry-picked into the current stable branch by
|
||||
documentation maintainers.
|
||||
|
||||
Though less convenient to edit than a wiki, this Git repository is where we
|
||||
write the documentation. Having direct access to the source files in a revision
|
||||
|
||||
Reference in New Issue
Block a user