Skip to content

Commit de7360d

Browse files
Simplify
1 parent 181bef2 commit de7360d

7 files changed

+8
-166
lines changed

.github/ISSUE_TEMPLATE/1_BUG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: 🐞 Bug Report for PHPUnit 9 and PHPUnit 10
3-
about: Something is broken in PHPUnit 9 and in PHPUnit 10?
4-
labels: type/bug, version/9, version/10
2+
name: 🐞 Bug Report
3+
about: Something is broken?
4+
labels: type/bug
55
---
66

77
<!--
8-
- Please do not report an issue for a version of PHPUnit that is no longer supported. A list of currently supported versions of PHPUnit is available at https://phpunit.de/supported-versions.html.
8+
- Please do not report a bug for a version of PHPUnit that is no longer in Bugfix Support. A list of currently supported versions of PHPUnit is available at https://phpunit.de/supported-versions.html.
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.

.github/ISSUE_TEMPLATE/2_BUG_PHPUNIT_10.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/6_COMPATIBILITY_PHPUNIT_8.md renamed to .github/ISSUE_TEMPLATE/2_COMPATIBILITY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: ⚠️ PHP Compatibility Issue in PHPUnit 8
3-
about: A change in a new version of PHP requires adaption in PHPUnit 8?
4-
labels: type/change-in-php-requires-adaptation, version/8
2+
name: ⚠️ PHP Compatibility Issue
3+
about: A change in PHP requires adaption in PHPUnit?
4+
labels: type/change-in-php-requires-adaptation
55
---
66

77
<!--
8-
- Please do not report an issue for a version of PHPUnit that is no longer supported. A list of currently supported versions of PHPUnit is available at https://phpunit.de/supported-versions.html.
8+
- Please do not report a bug for a version of PHPUnit that has reached its End-of-Life. A list of currently supported versions of PHPUnit is available at https://phpunit.de/supported-versions.html.
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.

.github/ISSUE_TEMPLATE/3_BUG_PHPUNIT_9.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/4_COMPATIBILITY_PHPUNIT_10.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/5_COMPATIBILITY_PHPUNIT_9.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)