diff --git a/.github/ISSUE_TEMPLATE/1_BUG.md b/.github/ISSUE_TEMPLATE/1_BUG.md index 53f5ac96676..2ee2d00bda0 100644 --- a/.github/ISSUE_TEMPLATE/1_BUG.md +++ b/.github/ISSUE_TEMPLATE/1_BUG.md @@ -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 --- - -| Q | A -| --------------------| --------------- -| PHPUnit version | x.y.z -| PHP version | x.y.z -| Installation Method | Composer / PHAR - -#### Summary - - - -#### Current behavior - - - -#### How to reproduce - - - -#### Expected behavior - - diff --git a/.github/ISSUE_TEMPLATE/6_COMPATIBILITY_PHPUNIT_8.md b/.github/ISSUE_TEMPLATE/2_COMPATIBILITY.md similarity index 77% rename from .github/ISSUE_TEMPLATE/6_COMPATIBILITY_PHPUNIT_8.md rename to .github/ISSUE_TEMPLATE/2_COMPATIBILITY.md index 45127526085..f3573a1bc7a 100644 --- a/.github/ISSUE_TEMPLATE/6_COMPATIBILITY_PHPUNIT_8.md +++ b/.github/ISSUE_TEMPLATE/2_COMPATIBILITY.md @@ -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 --- - -| Q | A -| --------------------| --------------- -| PHPUnit version | x.y.z -| PHP version | x.y.z -| Installation Method | Composer / PHAR - -#### Summary - - - -#### Current behavior - - - -#### How to reproduce - - - -#### Expected behavior - - diff --git a/.github/ISSUE_TEMPLATE/7_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md similarity index 100% rename from .github/ISSUE_TEMPLATE/7_FEATURE_REQUEST.md rename to .github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md diff --git a/.github/ISSUE_TEMPLATE/4_COMPATIBILITY_PHPUNIT_10.md b/.github/ISSUE_TEMPLATE/4_COMPATIBILITY_PHPUNIT_10.md deleted file mode 100644 index 32830945e70..00000000000 --- a/.github/ISSUE_TEMPLATE/4_COMPATIBILITY_PHPUNIT_10.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: ⚠️ PHP Compatibility Issue in PHPUnit 10 -about: A change in a new version of PHP requires adaption in PHPUnit 10? -labels: type/change-in-php-requires-adaptation, version/10 ---- - - - -| Q | A -| --------------------| --------------- -| PHPUnit version | x.y.z -| PHP version | x.y.z -| Installation Method | Composer / PHAR - -#### Summary - - - -#### Current behavior - - - -#### How to reproduce - - - -#### Expected behavior - - diff --git a/.github/ISSUE_TEMPLATE/5_COMPATIBILITY_PHPUNIT_9.md b/.github/ISSUE_TEMPLATE/5_COMPATIBILITY_PHPUNIT_9.md deleted file mode 100644 index 1def500976e..00000000000 --- a/.github/ISSUE_TEMPLATE/5_COMPATIBILITY_PHPUNIT_9.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: ⚠️ PHP Compatibility Issue in PHPUnit 9 -about: A change in a new version of PHP requires adaption in PHPUnit 9? -labels: type/change-in-php-requires-adaptation, version/9 ---- - - - -| Q | A -| --------------------| --------------- -| PHPUnit version | x.y.z -| PHP version | x.y.z -| Installation Method | Composer / PHAR - -#### Summary - - - -#### Current behavior - - - -#### How to reproduce - - - -#### Expected behavior - -