Skip to content

Commit ac5f035

Browse files
committed
minor #9405 Explain which branch to select for Pull Requests (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes #9405). Discussion ---------- Explain which branch to select for Pull Requests I'm very tired of explaining the same again and again ... and also tired of fixing the branch "errors" (they are not errors because we don't explain this anywhere on GitHub; hence this proposed PR). Commits ------- 348f715 Explain which branch to select for Pull Requests
2 parents 664a001 + 348f715 commit ac5f035

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!--
2+
3+
If your pull request fixes a BUG, use the oldest maintained branch that contains
4+
the bug (see https://symfony.com/roadmap for the list of maintained branches).
5+
6+
If your pull request documents a NEW FEATURE, use the same Symfony branch where
7+
the feature was introduced (and `master` for features of unreleased versions).
8+
9+
-->

0 commit comments

Comments
 (0)