8000 minor #25085 Update github PR template (nicolas-grekas) · symfony/symfony@d6b288a · GitHub
[go: up one dir, main page]

Skip to content

Commit d6b288a

Browse files
minor #25085 Update github PR template (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- Update github PR template | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Now that branch 4.0 is out, and 3.4/4.0 are in bug fix only mode, let's update our template. Commits ------- 4f63b3a Update github PR template
2 parents efd9a5a + 4f63b3a commit d6b288a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Q | A
22
| ------------- | ---
3-
| Branch? | master / 2.7, 2.8, 3.3, or 3.4 <!-- see comment below -->
3+
| Branch? | master for features / 2.7 up to 4.0 for bug fixes <!-- see below -->
44
| Bug fix? | yes/no
55
| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->
66
| BC breaks? | yes/no
@@ -14,6 +14,5 @@
1414
- Bug fixes must be submitted against the lowest branch where they apply
1515
(lowest branches are regularly merged to upper ones so they get the fixes too).
1616
- Features and deprecations must be submitted against the master branch.
17-
- Please fill in this template according to the PR you're about to submit.
1817
- Replace this comment by a description of what your PR is solving.
1918
-->

phpunit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/6d344ad9be7566f875488aa14d905449716c06cf
4+
// Cache-Id: https://github.com/symfony/phpunit-bridge/commit/de46a2b02c89cadb7f7b0e55ec669fcc542cdfd8
55

66
if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
77
echo "Unable to find the `simple-phpunit` script in `vendor/symfony/phpunit-bridge/bin/`.\nPlease run `composer update` before running this command.\n";

0 commit comments

Comments
 (0)
0