mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
add demo form to README
This commit is contained in:
parent
1f4b36dfed
commit
33cc231ed8
12
.github/ISSUE_TEMPLATE/1_Bug_report.md
vendored
12
.github/ISSUE_TEMPLATE/1_Bug_report.md
vendored
@ -5,11 +5,13 @@ about: Report errors and problems
|
||||
|
||||
<!-- First, thank you for reporting a bug. That takes time and we appreciate that! -->
|
||||
|
||||
| Subject | Details |
|
||||
| :------------- | :----------------------------------------------------------- |
|
||||
| Rector version | e.g. v0.5.15 (invoke `vendor/bin/rector --version`) |
|
||||
| PHP version | e.g. PHP 7.3 (invoke `php -v`) |
|
||||
| Full Command | e.g. vendor/bin/rector process /src --set dead-code --debug |
|
||||
| Subject | Details |
|
||||
| :------------- | :-------------------------------------------------------------------- |
|
||||
| Rector version | e.g. v0.6.13 (invoke `vendor/bin/rector --version`) |
|
||||
| PHP version | e.g. PHP 7.3 (invoke `php -v`) |
|
||||
| Full Command | e.g. vendor/bin/rector process /src --set dead-code --debug |
|
||||
| Demo link | e.g. https://getrector.org/demo/32c939ca-6441-47e4-8bfd-704ce37167e7 |
|
||||
| rector.yaml | If you used own `rector.yaml` please provide its content |
|
||||
|
||||
## Current Behaviour
|
||||
|
||||
|
@ -68,6 +68,12 @@ Don't have a coding standard tool for your project? Consider adding [EasyCodingS
|
||||
|
||||
Tip: If you have EasyCodingStandard, you can start your set with [`ecs-after-rector.yaml`](/ecs-after-rector.yaml).
|
||||
|
||||
## Try Rector Online
|
||||
|
||||
Too litle time to download?
|
||||
|
||||
We have **[online demo](https://getrector.org/demo) just for you!**
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user