[docs] add README link to web service (#4383)

This commit is contained in:
Tomas Votruba 2020-10-09 22:37:36 +02:00 committed by GitHub
parent 40d9894bab
commit ebd3760a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

View File

@ -1,11 +1,8 @@
# .kodiak.toml
version=1
version = 1
[merge]
delete_branch_on_merge=true
method="squash"
merge.delete_branch_on_merge = true
merge.method = "squash"
# see https://kodiakhq.com/docs/config-reference#approveauto_approve_usernames
[approve]
auto_approve_usernames="TomasVotruba"
approve.auto_approve_usernames = ["TomasVotruba"]

View File

@ -2,7 +2,7 @@
Rector helps you with 2 areas - major code changes and in daily work.
- Do you have a legacy code base? Do you want to have that latest versison of PHP or your favorite framework?
- Do you have a legacy code base? Do you want to have that latest version of PHP or your favorite framework?
**Rector gets you there with instant upgrade**.
<br>
@ -10,7 +10,9 @@ Rector helps you with 2 areas - major code changes and in daily work.
- Do you have code quality you need, but struggle to keep it with new developers in your team? Do you wish to have code-reviews for each member of your team, but don't have time for it?
→ **Add Rector to you CI and let it fix your code for you. Get [instant feedback](https://tomasvotruba.com/blog/2020/01/13/why-is-first-instant-feedback-crucial-to-developers/) after each commit.**
Why do it manually if Rector can handle 95 % of routine work for you?
It's a tool that [we develop](https://getrector.org/) and share for free, so you anyone can automate their refactoring.
Would you like to skip learning Rector, AST and nodes, educate your team about Rectors benefits and setup Rector in your CI that will speedup your development by 300 %, [hire us](https://getrector.org/contact)?
[![Coverage Status](https://img.shields.io/coveralls/rectorphp/rector/master.svg?style=flat-square)](https://coveralls.io/github/rectorphp/rector?branch=master)
[![Downloads](https://img.shields.io/packagist/dt/rector/rector.svg?style=flat-square)](https://packagist.org/packages/rector/rector)