Skip to content

Commit

Permalink
Add more specialized issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 14, 2023
1 parent ded0c7f commit a34177c
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 🐞 Bug Report
about: Something is broken?
labels: type/bug
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
---

<!--
Expand Down
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_PHPUNIT_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: 🐞 Bug Report for PHPUnit 10
about: Something is broken in PHPUnit 10, but it works in PHPUnit 9?
labels: type/bug, version/10
---

<!--
- 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 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 wrapper around it such as Symfony's PHPUnit Bridge
- Please fill in this template according to your issue.
- Please keep the table shown below at the top of your issue.
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
- Please post code as text (using proper markup). Do not post screenshots of code.
- Visit https://phpunit.de/support.html if you are looking for support.
- Please remove this comment before submitting your issue.
-->

| Q | A
| --------------------| ---------------
| PHPUnit version | x.y.z
| PHP version | x.y.z
| Installation Method | Composer / PHAR

#### Summary

<!-- Provide a summary describing the problem you are experiencing. -->

#### Current behavior

<!-- What is the current (buggy) behavior? -->

#### How to reproduce

<!-- Provide steps to reproduce the bug. -->

#### Expected behavior

<!-- What was the expected (correct) behavior? -->
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_PHPUNIT_9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: 🐞 Bug Report for PHPUnit 9
about: Something is broken in PHPUnit 9, but it works in PHPUnit 10?
labels: type/bug, version/9
---

<!--
- 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 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 wrapper around it such as Symfony's PHPUnit Bridge
- Please fill in this template according to your issue.
- Please keep the table shown below at the top of your issue.
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
- Please post code as text (using proper markup). Do not post screenshots of code.
- Visit https://phpunit.de/support.html if you are looking for support.
- Please remove this comment before submitting your issue.
-->

| Q | A
| --------------------| ---------------
| PHPUnit version | x.y.z
| PHP version | x.y.z
| Installation Method | Composer / PHAR

#### Summary

<!-- Provide a summary describing the problem you are experiencing. -->

#### Current behavior

<!-- What is the current (buggy) behavior? -->

#### How to reproduce

<!-- Provide steps to reproduce the bug. -->

#### Expected behavior

<!-- What was the expected (correct) behavior? -->
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/COMPATIBILITY_PHPUNIT_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
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
---

<!--
- 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 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 wrapper around it such as Symfony's PHPUnit Bridge
- Please fill in this template according to your issue.
- Please keep the table shown below at the top of your issue.
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
- Please post code as text (using proper markup). Do not post screenshots of code.
- Visit https://phpunit.de/support.html if you are looking for support.
- Please remove this comment before submitting your issue.
-->

| Q | A
| --------------------| ---------------
| PHPUnit version | x.y.z
| PHP version | x.y.z
| Installation Method | Composer / PHAR

#### Summary

<!-- Provide a summary describing the problem you are experiencing. -->

#### Current behavior

<!-- What is the current behavior? -->

#### How to reproduce

<!-- Provide steps to reproduce the issue. -->

#### Expected behavior

<!-- What was the expected (correct) behavior? -->
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/COMPATIBILITY_PHPUNIT_8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
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
---

<!--
- 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 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 wrapper around it such as Symfony's PHPUnit Bridge
- Please fill in this template according to your issue.
- Please keep the table shown below at the top of your issue.
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
- Please post code as text (using proper markup). Do not post screenshots of code.
- Visit https://phpunit.de/support.html if you are looking for support.
- Please remove this comment before submitting your issue.
-->

| Q | A
| --------------------| ---------------
| PHPUnit version | x.y.z
| PHP version | x.y.z
| Installation Method | Composer / PHAR

#### Summary

<!-- Provide a summary describing the problem you are experiencing. -->

#### Current behavior

<!-- What is the current behavior? -->

#### How to reproduce

<!-- Provide steps to reproduce the issue. -->

#### Expected behavior

<!-- What was the expected (correct) behavior? -->
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/COMPATIBILITY_PHPUNIT_9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
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
---

<!--
- 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 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 wrapper around it such as Symfony's PHPUnit Bridge
- Please fill in this template according to your issue.
- Please keep the table shown below at the top of your issue.
- Please include the output of "composer info | sort" if you installed PHPUnit using Composer.
- Please post code as text (using proper markup). Do not post screenshots of code.
- Visit https://phpunit.de/support.html if you are looking for support.
- Please remove this comment before submitting your issue.
-->

| Q | A
| --------------------| ---------------
| PHPUnit version | x.y.z
| PHP version | x.y.z
| Installation Method | Composer / PHAR

#### Summary

<!-- Provide a summary describing the problem you are experiencing. -->

#### Current behavior

<!-- What is the current behavior? -->

#### How to reproduce

<!-- Provide steps to reproduce the issue. -->

#### Expected behavior

<!-- What was the expected (correct) behavior? -->

0 comments on commit a34177c

Please sign in to comment.