Skip to content

Commit 3104183

Browse files
Add note about API changes in internal code
1 parent 3864246 commit 3104183

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/1_BUG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ labels: type/bug, version/9, version/10
99
- Please do not report an issue if you are using a version of PHP that is not supported by the version of PHPUnit you are using. A list that shows which version of PHP is supported by which version of PHPUnit is available at https://phpunit.de/supported-versions.html.
1010
- Please do not report an issue if you are not using PHPUnit directly, but rather a third-party wrapper around it.
1111
- Please do not report an issue if you are using a third-party extension such as alternative output printers.
12+
- Please do not report an issue for API changes in internal code (see https://phpunit.de/backward-compatibility.html#internal-code).
1213
- Please fill in this template according to your issue.
1314
- Please keep the table shown below at the top of your issue.
1415
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.

.github/ISSUE_TEMPLATE/2_BUG_PHPUNIT_10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ labels: type/bug, version/10
99
- Please do not report an issue if you are using a version of PHP that is not supported by the version of PHPUnit you are using. A list that shows which version of PHP is supported by which version of PHPUnit is available at https://phpunit.de/supported-versions.html.
1010
- Please do not report an issue if you are not using PHPUnit directly, but rather a third-party wrapper around it.
1111
- Please do not report an issue if you are using a third-party extension such as alternative output printers.
12+
- Please do not report an issue for API changes in internal code (see https://phpunit.de/backward-compatibility.html#internal-code).
1213
- Please fill in this template according to your issue.
1314
- Please keep the table shown below at the top of your issue.
1415
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.

.github/ISSUE_TEMPLATE/3_BUG_PHPUNIT_9.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ labels: type/bug, version/9
99
- Please do not report an issue if you are using a version of PHP that is not supported by the version of PHPUnit you are using. A list that shows which version of PHP is supported by which version of PHPUnit is available at https://phpunit.de/supported-versions.html.
1010
- Please do not report an issue if you are not using PHPUnit directly, but rather a third-party wrapper around it.
1111
- Please do not report an issue if you are using a third-party extension such as alternative output printers.
12+
- Please do not report an issue for API changes in internal code (see https://phpunit.de/backward-compatibility.html#internal-code).
1213
- Please fill in this template according to your issue.
1314
- Please keep the table shown below at the top of your issue.
1415
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.

0 commit comments

Comments
 (0)