Skip to content

Commit 16f1418

Browse files
committed
minor symfony#31439 Update PR template for 4.3 (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Update PR template for 4.3 | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 1532077 Update PR template for 4.3
2 parents b4364aa + 1532077 commit 16f1418

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
| Q | A
22
| ------------- | ---
3-
| Branch? | master for features / 3.4 up to 4.2 for bug fixes <!-- see below -->
3+
| Branch? | master for features / 3.4, 4.2 or 4.3 for bug fixes <!-- see below -->
44
| Bug fix? | yes/no
5-
| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->
5+
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
66
| BC breaks? | no <!-- see https://symfony.com/bc -->
7-
| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
7+
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
88
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
99
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
1010
| License | MIT
1111
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
1212

1313
<!--
14-
Write a short README entry for your feature/bugfix here (replace this comment block.)
15-
This will help people understand your PR and can be used as a start of the Doc PR.
16-
Additionally:
17-
- Bug fixes must be submitted against the lowest branch where they apply
14+
Replace this notice by a short README for your feature/bugfix. This will help people
15+
understand your PR and can be used as a start for the documentation.
16+
17+
Additionally (see https://symfony.com/roadmap):
18+
- Bug fixes must be submitted against the lowest maintained branch where they apply
1819
(lowest branches are regularly merged to upper ones so they get the fixes too).
1920
- Features and deprecations must be submitted against the master branch.
2021
-->

0 commit comments

Comments
 (0)