You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Add a PR template with a message about PRs needing to be for master
[ci skip] Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!--
|
||||
Pull requests should always be made for the `master` branch first, as that's
|
||||
where development happens and the source of all future stable release branches.
|
||||
|
||||
Relevant fixes are cherry-picked for stable branches as needed.
|
||||
|
||||
Do not create a pull request for stable branches unless the change is already
|
||||
available in the `master` branch and it cannot be easily cherry-picked.
|
||||
Alternatively, if the change is only relevant for that branch (e.g. rendering
|
||||
fixes for the 3.2 branch).
|
||||
-->
|
||||
Reference in New Issue
Block a user