add demo form to README

This commit is contained in:
TomasVotruba 2020-01-20 20:16:36 +01:00
parent 1f4b36dfed
commit 33cc231ed8
2 changed files with 13 additions and 5 deletions

View File

@ -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

View File

@ -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