Skip to content

Commit d4f7573

Browse files
Add note about third-party extensions for / wrappers around PHPUnit
1 parent d0e05ca commit d4f7573

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
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.

0 commit comments

Comments
 (0)