Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 21, 2024
1 parent 181bef2 commit de7360d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 166 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/1_BUG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: 🐞 Bug Report for PHPUnit 9 and PHPUnit 10
about: Something is broken in PHPUnit 9 and in PHPUnit 10?
labels: type/bug, version/9, version/10
name: 🐞 Bug Report
about: Something is broken?
labels: type/bug
---

<!--
- 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.
- 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.
- 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.
- Please do not report an issue if you are not using PHPUnit directly, but rather a third-party wrapper around it.
- Please do not report an issue if you are using a third-party extension such as alternative output printers.
Expand Down
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/2_BUG_PHPUNIT_10.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: ⚠️ PHP Compatibility Issue in PHPUnit 8
about: A change in a new version of PHP requires adaption in PHPUnit 8?
labels: type/change-in-php-requires-adaptation, version/8
name: ⚠️ PHP Compatibility Issue
about: A change in PHP requires adaption in PHPUnit?
labels: type/change-in-php-requires-adaptation
---

<!--
- 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.
- 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.
- 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.
- Please do not report an issue if you are not using PHPUnit directly, but rather a third-party wrapper around it.
- Please do not report an issue if you are using a third-party extension such as alternative output printers.
Expand Down
40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/3_BUG_PHPUNIT_9.md

This file was deleted.

File renamed without changes.
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/4_COMPATIBILITY_PHPUNIT_10.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/5_COMPATIBILITY_PHPUNIT_9.md

This file was deleted.

0 comments on commit de7360d

Please sign in to comment.