Posted on July 12, 2017 by Evgeny Poberezkin Tags: talk, github, coding, open-source This is a talk at FullStack London 2017. If your organisation has hundreds of code repositories you probably have some guidelines for them: how they are documented, how branches are protected, whether direct commits to master branch are allowed or only PRs should be used and all PRs should be reviewed, whether tests are run and code coverage is reported to PRs, etc. Making sure that those guidelines are follo...