Using main and develop imposes a complicated release process with Gitflow etc. To simplify our release process we move our development to the main branch skipping develop.
This will make sure we have a consistent style across our project and the PRs are only concerned with actual changes and no longer about style.
* renamed README * rename