-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: 🐞 Bug Report | ||
about: Something is broken? | ||
labels: bug | ||
--- | ||
|
||
<!-- | ||
- Please do not report an issue if you are not using "PHP CS Fixer Baseline" directly, but rather a third-party wrapper around it. | ||
- 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 "PHP CS Fixer Baseline" using Composer. | ||
- Please post code as text (using proper markup). Do not post screenshots of code. | ||
- Please make sure that you have configured your PHP interpreter like so: `error_reporting=-1`, `zend.assertions=1`. | ||
- Please remove this comment before submitting your issue. | ||
--> | ||
|
||
| Q | A | | ||
|-------------------------------|-----------------| | ||
| PHP CS Fixer Baseline 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? --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: ⚠️ PHP Compatibility Issue | ||
about: A change in PHP requires adaption in PHP CS Fixer Baseline? | ||
labels: type/change-in-php-requires-adaptation | ||
--- | ||
|
||
<!-- | ||
- Please do not report an issue if you are not using "PHP CS Fixer Baseline" 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. | ||
- 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 "PHP CS Fixer Baseline" using Composer. | ||
- Please post code as text (using proper markup). Do not post screenshots of code. | ||
- Please remove this comment before submitting your issue. | ||
--> | ||
|
||
| Q | A | | ||
|-------------------------------|-----------------| | ||
| PHP CS Fixer Baseline 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? --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
name: 🎉 Feature Request | ||
about: You have a neat idea that should be implemented? | ||
labels: enhancement | ||
--- | ||
|
||
<!-- Provide a summary of the feature you would like to see implemented. --> |