Skip to content

Commit

Permalink
docs: make bug_report.md template more explicit (#6736)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 3, 2023
1 parent a737acd commit 434580a
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -10,11 +10,31 @@ labels: kind/bug
Before reporting a bug, make sure PHP CS Fixer is up-to-date.
Check that the issue is NOT regarded to an applied rule by using the `-vvv` option (will list applied rules) on a minimal code snippet.
-->

### Description

<!--
Please describe the problem.
-->

### Runtime version

Please describe the problem and provide technical details such as:
* PHP CS Fixer version and PHP runtime: php-cs-fixer -V
* the command used to run PHP CS Fixer (run with `-vvv`)
* the configuration (file) you used
<!--
Provide PHP CS Fixer version and PHP runtime by sharing result of this command:
$ php-cs-fixer -V
-->

### Used command

<!--
Provide the command used to run PHP CS Fixer (run with `-vvv`).
-->

### Configuration file

<!--
Provide content of configuration file you used (.php-cs-fixer[.dist].php).
-->

### Code snippet that reproduces the problem
Expand Down

0 comments on commit 434580a

Please sign in to comment.