Skip to content

Commit 2f3f48d

Browse files
Merge branch '8.5' into 9.6
2 parents e8c480b + d4f7573 commit 2f3f48d

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ In your bug report, please provide the following:
3535

3636
Please do not report a bug for a [version of PHPUnit that is no longer supported](https://phpunit.de/supported-versions.html). Please do not report a bug if you are using a [version of PHP that is not supported by the version of PHPUnit](https://phpunit.de/supported-versions.html) you are using.
3737

38+
Please do not report an issue if you are not using PHPUnit directly, but rather a third-party wrapper around it.
39+
40+
Please do not report an issue if you are using a third-party extension such as alternative output printers.
41+
3842
Please post code and output as text ([using proper markup](https://guides.github.com/features/mastering-markdown/)). Do not post screenshots of code or output.
3943

4044
Please include the output of `composer info | sort` if you installed PHPUnit using Composer.
@@ -56,7 +60,7 @@ Please use the most specific issue tracker to search for existing tickets and to
5660
5. Ensure the code complies with our coding guidelines (see below).
5761
6. Send that pull request!
5862

59-
Please make sure you have [set up your user name and email address](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup) for use with Git. Strings such as `silly nick name <root@localhost>` look really stupid in the commit history of a project.
63+
Please make sure you have [set up your username and email address](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup) for use with Git. Strings such as `silly nick name <root@localhost>` look really stupid in the commit history of a project.
6064

6165
We encourage you to [sign your Git commits with your GPG key](https://docs.github.com/en/github/authenticating-to-github/signing-commits).
6266

.github/ISSUE_TEMPLATE/1_BUG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ labels: type/bug, version/9, version/10
1313
- Please keep the table shown below at the top of your issue.
1414
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
1515
- Please post code as text (using proper markup). Do not post screenshots of code.
16-
- Visit https://phpunit.de/support.html if you are looking for support.
1716
- Please remove this comment before submitting your issue.
1817
-->
1918

.github/ISSUE_TEMPLATE/2_BUG_PHPUNIT_10.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ labels: type/bug, version/10
1313
- Please keep the table shown below at the top of your issue.
1414
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
1515
- Please post code as text (using proper markup). Do not post screenshots of code.
16-
- Visit https://phpunit.de/support.html if you are looking for support.
1716
- Please remove this comment before submitting your issue.
1817
-->
1918

.github/ISSUE_TEMPLATE/3_BUG_PHPUNIT_9.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ labels: type/bug, version/9
1313
- Please keep the table shown below at the top of your issue.
1414
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
1515
- Please post code as text (using proper markup). Do not post screenshots of code.
16-
- Visit https://phpunit.de/support.html if you are looking for support.
1716
- Please remove this comment before submitting your issue.
1817
-->
1918

.github/ISSUE_TEMPLATE/4_COMPATIBILITY_PHPUNIT_10.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ labels: type/change-in-php-requires-adaptation, version/10
1313
- Please keep the table shown below at the top of your issue.
1414
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
1515
- Please post code as text (using proper markup). Do not post screenshots of code.
16-
- Visit https://phpunit.de/support.html if you are looking for support.
1716
- Please remove this comment before submitting your issue.
1817
-->
1918

.github/ISSUE_TEMPLATE/5_COMPATIBILITY_PHPUNIT_9.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ labels: type/change-in-php-requires-adaptation, version/9
1313
- Please keep the table shown below at the top of your issue.
1414
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
1515
- Please post code as text (using proper markup). Do not post screenshots of code.
16-
- Visit https://phpunit.de/support.html if you are looking for support.
1716
- Please remove this comment before submitting your issue.
1817
-->
1918

.github/ISSUE_TEMPLATE/6_COMPATIBILITY_PHPUNIT_8.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ labels: type/change-in-php-requires-adaptation, version/8
1313
- Please keep the table shown below at the top of your issue.
1414
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
1515
- Please post code as text (using proper markup). Do not post screenshots of code.
16-
- Visit https://phpunit.de/support.html if you are looking for support.
1716
- Please remove this comment before submitting your issue.
1817
-->
1918

0 commit comments

Comments
 (0)